AccountsHelperGetParentAccount Method |
Gets parent account of the account with the given id.
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 Account GetParentAccount(
Guid accountId
)
Public Shared Function GetParentAccount (
accountId As Guid
) As Account
public:
static Account^ GetParentAccount(
Guid accountId
)
static member GetParentAccount :
accountId : Guid -> Account
Parameters
- accountId
- Type: SystemGuid
The account id.
Return Value
Type:
AccountRequested account or
null if not found.
See Also