Click or drag to resize

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
)

Parameters

resellerId
Type: SystemGuid
The reseller id.
currencyCode
Type: SystemString
The currency code.

Return Value

Type: Decimal
Reseller's credit level.
See Also