Click or drag to resize

ItemHelperGetCheapestRecurringItemPrice Method

Gets the cheapest recurring 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 GetCheapestRecurringItemPrice(
	Item item,
	Currency currency,
	Guid resellerId
)

Parameters

item
Type: Atomia.Billing.Core.Sdk.BusinessObjectsItem
The item.
currency
Type: Atomia.Billing.Core.Sdk.BusinessObjectsCurrency
The currency.
resellerId
Type: SystemGuid

[Missing <param name="resellerId"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.ItemHelper.GetCheapestRecurringItemPrice(Atomia.Billing.Core.Sdk.BusinessObjects.Item,Atomia.Billing.Core.Sdk.BusinessObjects.Currency,System.Guid)"]

Return Value

Type: SelectedItemPrice
Lowest renewal price for given item.
See Also