Click or drag to resize

PrepaidCreditHelperGetPrepaidCreditAmountForAccount Method

Note: This API is now obsolete.

Gets the prepad credit 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
[ObsoleteAttribute("This method will be removed as of 17.3. Please use the method with 3 parameters.", 
	false)]
public static 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 value for given account.
See Also