Click or drag to resize

AccountsHelperGetAccountDetails Method (String)

Gets the account details by hash.

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(
	string accountHash
)

Parameters

accountHash
Type: SystemString
The account hash.

Return Value

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