Click or drag to resize

OrderLineServiceSetUnitPrice Method (OrderLine, Double)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use SetUnitPrice(OrderLine, Double, Boolean) instead.")]
public void SetUnitPrice(
	OrderLine orderLine,
	double theUnitPrice
)

Parameters

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