AccountsHelperGetAccountDetails Method (Guid) |
Gets the account details for an account from the cache.
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 AccountDetails GetAccountDetails(
Guid accountId
)
Public Shared Function GetAccountDetails (
accountId As Guid
) As AccountDetails
public:
static AccountDetails^ GetAccountDetails(
Guid accountId
)
static member GetAccountDetails :
accountId : Guid -> AccountDetails
Parameters
- accountId
- Type: SystemGuid
The account id.
Return Value
Type:
AccountDetailsRequested account details or
null if not found.
See Also