Adds information about the selling price (the actual price that the customer pays, including VAT
but excluding delivery costs) for each unit to this order line.
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public OrderLine PutUnitSellingPrice( double price )
Parameters
- price
- Type: SystemDouble
The price, in units of the market currency.
Return Value
Type: OrderLineThe line itself.
See Also