Click or drag to resize

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
)

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: SelectedItemPrice
Item price for given price owner and currency.
See Also