Click or drag to resize

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
)

Parameters

accountId
Type: SystemGuid
The account id.

Return Value

Type: AccountDetails
Requested account details or null if not found.
See Also