Click or drag to resize

IAtomiaBillingApiGetAccountDetailsByHash Method

Gets the account details by hash.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
AccountDetails GetAccountDetailsByHash(
	string accountHash
)

Parameters

accountHash
Type: SystemString
The account hash.

Return Value

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