| OrderLine Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Apptus.ESales.Connector
 Syntax
Syntaxpublic class Line
The OrderLine type exposes the following members.
 Methods
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
See Also