OrderLinePutCurrentUnitPrice Method A Sandcastle Documented Class Library

Note: This API is now obsolete.

Adds information about the current price (the price displayed in the shop) for each unit to this order line.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
[ObsoleteAttribute("Current unit price is ignored by eSales. Use PutUnitSellingPrice(double) instead.")]
public OrderLine PutCurrentUnitPrice(
	double price
)

Parameters

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

Return Value

Type: OrderLine
The line itself.
See Also

Reference