  | OrderLineServiceSetUnitPrice Method (OrderLine, Double, Boolean) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Orders
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic void SetUnitPrice(
	OrderLine orderLine,
	double theUnitPrice,
	bool applyToCurrentProductSettings
)
Public Sub SetUnitPrice ( 
	orderLine As OrderLine,
	theUnitPrice As Double,
	applyToCurrentProductSettings As Boolean
)
Parameters
- orderLine
 - Type: Dynamicweb.Ecommerce.OrdersOrderLine
 - theUnitPrice
 - Type: SystemDouble
 - applyToCurrentProductSettings
 - Type: SystemBoolean
 
See Also