Click or drag to resize

IAtomiaBillingApiGetAccountDetails Method

Gets the account details for account specified with its id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
AccountDetails GetAccountDetails(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
Account id.

Return Value

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