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
)
<ObsoleteAttribute("This method will be removed as of 17.3. Please use the method with 3 parameters.",
false)>
Public Shared Function GetPrepaidCreditAmountForAccount (
accountId As Guid,
currencyId As Guid
) As Decimal
public:
[ObsoleteAttribute(L"This method will be removed as of 17.3. Please use the method with 3 parameters.",
false)]
static Decimal GetPrepaidCreditAmountForAccount(
Guid accountId,
Guid currencyId
)
[<ObsoleteAttribute("This method will be removed as of 17.3. Please use the method with 3 parameters.",
false)>]
static member GetPrepaidCreditAmountForAccount :
accountId : Guid *
currencyId : Guid -> decimal
Parameters
- accountId
- Type: SystemGuid
The account id. - currencyId
- Type: SystemGuid
The currency id.
Return Value
Type:
DecimalPrepaid credit value for given account.
See Also