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
)
Public Shared Function GetCheapestRecurringItemPrice (
item As Item,
currency As Currency,
resellerId As Guid
) As SelectedItemPrice
public:
static SelectedItemPrice^ GetCheapestRecurringItemPrice(
Item^ item,
Currency^ currency,
Guid resellerId
)
static member GetCheapestRecurringItemPrice :
item : Item *
currency : Currency *
resellerId : Guid -> SelectedItemPrice
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:
SelectedItemPriceLowest renewal price for given item.
See Also