ItemHelperInheritPrices Method (Item) |
Inherits the 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 InheritPrices(
Item item
)
Public Shared Sub InheritPrices (
item As Item
)
public:
static void InheritPrices(
Item^ item
)
static member InheritPrices :
item : Item -> unit
Parameters
- item
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsItem
The item.
See Also