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: 3.47.3
Syntax
C#
[ObsoleteAttribute("Current unit price is ignored by eSales. Use PutUnitSellingPrice(double) instead.")] public Order. Line PutCurrentUnitPrice( double price )
Parameters
- price
- Type: System.Double
The price, in units of the market currency.
Return Value
Type: Order.LineThe line itself.
See Also