OrderLinePutUnitSellingPrice Method A Sandcastle Documented Class Library
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.2.1
Syntax

C#
public OrderLine PutUnitSellingPrice(
	double price
)

Parameters

price
Type: SystemDouble
The price, in units of the market currency.

Return Value

Type: OrderLine
The line itself.
See Also

Reference