Click or drag to resize

OrderLineServiceSetUnitPrice Method (OrderLine, PriceInfo, Boolean)

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void SetUnitPrice(
	OrderLine orderLine,
	PriceInfo priceInfo,
	bool forcePriceRecalculation
)

Parameters

orderLine
Type: Dynamicweb.Ecommerce.OrdersOrderLine
priceInfo
Type: Dynamicweb.Ecommerce.PricesPriceInfo
forcePriceRecalculation
Type: SystemBoolean
See Also