Click or drag to resize

IAtomiaBillingApiGetPrepaidCreditBalance Method

Gets the prepaid credit balance 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 GetPrepaidCreditBalance(
	Guid accountId,
	Guid currencyId,
	bool useResellersPrepaidCredit
)

Parameters

accountId
Type: SystemGuid
The account id.
currencyId
Type: SystemGuid
The currency id.
useResellersPrepaidCredit
Type: SystemBoolean
if set to true and invoice is sent to reseller then return reseller's prepaid credit balance.

Return Value

Type: Decimal
Prepaid credit balance for account
See Also