Click or drag to resize

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
)

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