ItemHelperGetItemPrice Method |
Gets the item 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 SelectedItemPrice GetItemPrice(
Item item,
Currency currency,
Guid resellerId,
Guid renewalPeriodId
)
Public Shared Function GetItemPrice (
item As Item,
currency As Currency,
resellerId As Guid,
renewalPeriodId As Guid
) As SelectedItemPrice
public:
static SelectedItemPrice^ GetItemPrice(
Item^ item,
Currency^ currency,
Guid resellerId,
Guid renewalPeriodId
)
static member GetItemPrice :
item : Item *
currency : Currency *
resellerId : Guid *
renewalPeriodId : Guid -> SelectedItemPrice
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. - renewalPeriodId
- Type: SystemGuid
The renewal period identifier.
Return Value
Type:
SelectedItemPriceItem price for given price owner and currency.
See Also