CreditLevelHelperGetCreditLevel Method |
Gets the credit level.
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 GetCreditLevel(
Guid resellerId,
string currencyCode
)
Public Shared Function GetCreditLevel (
resellerId As Guid,
currencyCode As String
) As Decimal
public:
static Decimal GetCreditLevel(
Guid resellerId,
String^ currencyCode
)
static member GetCreditLevel :
resellerId : Guid *
currencyCode : string -> decimal
Parameters
- resellerId
- Type: SystemGuid
The reseller id. - currencyCode
- Type: SystemString
The currency code.
Return Value
Type:
DecimalReseller's credit level.
See Also