Click or drag to resize

IAtomiaBillingApiGetPrepaidCreditAmountForAccount Method

Gets the prepaid credit amount for account.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
decimal GetPrepaidCreditAmountForAccount(
	Guid accountId,
	Guid currencyId
)

Parameters

accountId
Type: SystemGuid
The account id.
currencyId
Type: SystemGuid
The currency id.

Return Value

Type: Decimal
Prepaid credit amount for account
Remarks
DEPRECATED: This method will be removed as of 17.3. Please use the method GetPrepaidCreditBalance with 3 parameters.
See Also