Click or drag to resize

IAtomiaBillingApiGetAccountsAllowedStatuses Method

For each given account id, gets a list of status to which that account can be transferred.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<List<string>> GetAccountsAllowedStatuses(
	List<Guid> accountGuids
)

Parameters

accountGuids
Type: System.Collections.GenericListGuid
The account guids.

Return Value

Type: ListListString
List of available statuses for each account.
See Also