OrderLine ClassA Sandcastle Documented Class Library
An order line in a sale order.
Inheritance Hierarchy

SystemObject
  Apptus.ESales.ConnectorOrderLine

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

C#
public class Line

The OrderLine type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPutCurrentUnitPrice Obsolete.
Adds information about the current price (the price displayed in the shop) for each unit to this order line.
Public methodPutQuantity
Adds information about the quantity. Default quantity is 1.
Public methodPutUnitCost
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.
Public methodPutUnitSellingPrice
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.
Public methodToString (Inherited from Object.)
Top
See Also

Reference