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
)
Public Shared Function GetPrepaidCreditBalance (
accountId As Guid,
currencyId As Guid,
useResellersPrepaidCredit As Boolean
) As Decimal
public:
static Decimal GetPrepaidCreditBalance(
Guid accountId,
Guid currencyId,
bool useResellersPrepaidCredit
)
static member GetPrepaidCreditBalance :
accountId : Guid *
currencyId : Guid *
useResellersPrepaidCredit : bool -> decimal
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