Click or drag to resize

OrderLineServiceSetUnitPrice Method (OrderLine, Double, Boolean)

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void SetUnitPrice(
	OrderLine orderLine,
	double theUnitPrice,
	bool applyToCurrentProductSettings
)

Parameters

orderLine
Type: Dynamicweb.Ecommerce.OrdersOrderLine
theUnitPrice
Type: SystemDouble
applyToCurrentProductSettings
Type: SystemBoolean
See Also