Click or drag to resize

AccountsHelperGetSubaccounts Method

Gets the subaccounts for given account.

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 IList<Account> GetSubaccounts(
	Guid accountId,
	string[] types
)

Parameters

accountId
Type: SystemGuid
The account id.
types
Type: SystemString
The types.

Return Value

Type: IListAccount
List of all subaccounts.
See Also