AccountsHelperListAccountsTerminatedByCustomers Method |
Lists the accounts terminated by customers.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static List<Guid> ListAccountsTerminatedByCustomers(
int interval
)
Public Shared Function ListAccountsTerminatedByCustomers (
interval As Integer
) As List(Of Guid)
public:
static List<Guid>^ ListAccountsTerminatedByCustomers(
int interval
)
static member ListAccountsTerminatedByCustomers :
interval : int -> List<Guid>
Parameters
- interval
- Type: SystemInt32
The interval.
Return Value
Type:
ListGuidList of accounts that was terminated by customer's request.
See Also