OrderLinePutUnitSellingPrice Method |
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: 4.5.0
Syntax 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