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
)
Public Shared Function GetSubaccounts (
accountId As Guid,
types As String()
) As IList(Of Account)
public:
static IList<Account^>^ GetSubaccounts(
Guid accountId,
array<String^>^ types
)
static member GetSubaccounts :
accountId : Guid *
types : string[] -> IList<Account>
Parameters
- accountId
- Type: SystemGuid
The account id. - types
- Type: SystemString
The types.
Return Value
Type:
IListAccountList of all subaccounts.
See Also