Click or drag to resize

PrepaidCreditHelperGetPrepaidCreditBalance Method

Gets the prepaid credit balance for account.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static decimal GetPrepaidCreditBalance(
	Guid accountId,
	Guid currencyId,
	bool useResellersPrepaidCredit
)

Parameters

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

Return Value

Type: Decimal

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PrepaidCreditHelper.GetPrepaidCreditBalance(System.Guid,System.Guid,System.Boolean)"]

See Also