ItemHelperFilterItemPrices Method (Item, Guid, Currency) |
Filters item prices.
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 void FilterItemPrices(
Item item,
Guid resellerId,
Currency currency
)
Public Shared Sub FilterItemPrices (
item As Item,
resellerId As Guid,
currency As Currency
)
public:
static void FilterItemPrices(
Item^ item,
Guid resellerId,
Currency^ currency
)
static member FilterItemPrices :
item : Item *
resellerId : Guid *
currency : Currency -> unit
Parameters
- item
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsItem
The item. - resellerId
- Type: SystemGuid
The reseller identifier. - currency
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsCurrency
The currency.
See Also