Click or drag to resize

ItemHelperGetCounterPrice Method

Gets the counter price.

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 SelectedCounterPrice GetCounterPrice(
	Item item,
	Currency currency,
	Guid resellerId,
	Guid counterTypeId,
	Guid counterRangeId
)

Parameters

item
Type: Atomia.Billing.Core.Sdk.BusinessObjectsItem
The item.
currency
Type: Atomia.Billing.Core.Sdk.BusinessObjectsCurrency
The currency.
resellerId
Type: SystemGuid
The reseller identifier.
counterTypeId
Type: SystemGuid
The counter type identifier.
counterRangeId
Type: SystemGuid
The counter range identifier.

Return Value

Type: SelectedCounterPrice
Counter range prices for given currency and reseller.
See Also