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
)
Public Shared Function GetCounterPrice (
item As Item,
currency As Currency,
resellerId As Guid,
counterTypeId As Guid,
counterRangeId As Guid
) As SelectedCounterPrice
public:
static SelectedCounterPrice^ GetCounterPrice(
Item^ item,
Currency^ currency,
Guid resellerId,
Guid counterTypeId,
Guid counterRangeId
)
static member GetCounterPrice :
item : Item *
currency : Currency *
resellerId : Guid *
counterTypeId : Guid *
counterRangeId : Guid -> SelectedCounterPrice
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:
SelectedCounterPriceCounter range prices for given currency and reseller.
See Also