An order line in a sale order.
Inheritance Hierarchy
Apptus.ESales.ConnectorOrderLine
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Line
The OrderLine type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | PutCurrentUnitPrice | Obsolete.
Adds information about the current price (the price displayed in the shop) for each unit
to this order line.
|
![]() | PutQuantity |
Adds information about the quantity. Default quantity is 1.
|
![]() | PutUnitCost |
Adds information about the cost (what it costs for the shop to acquire the product, including VAT) for each unit
to this order line.
Note: Some parts of eSales might behave strangely if cost is included in some, but not all, notified orders.
|
![]() | PutUnitSellingPrice |
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.
|
![]() | ToString | (Inherited from Object.) |
See Also