Click or drag to resize

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
)

Parameters

interval
Type: SystemInt32
The interval.

Return Value

Type: ListGuid
List of accounts that was terminated by customer's request.
See Also