Click or drag to resize

IAtomiaBillingApiGetAccountDetailsForAccounts Method

Gets the account details for the accounts specified in the account ids array.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
AccountDetails[] GetAccountDetailsForAccounts(
	Guid[] accountIds
)

Parameters

accountIds
Type: SystemGuid
Array of account ids.

Return Value

Type: AccountDetails
An array of account details or null if not found.
See Also