Click or drag to resize
Order Class
A sale order from a customer session. Use Session.NotifyPayment to notify eSales that an order has been paid by a customer in a session.
Inheritance Hierarchy
SystemObject
  Apptus.ESales.ConnectorOrder

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public class Order

The Order type exposes the following members.

Constructors
  NameDescription
Public methodOrder
Initializes a new instance of the Order class
Top
Methods
  NameDescription
Public methodAddProduct
Adds an order line for the specified product and returns the new order line.
Public methodAddTicket
Adds an order line for the variant or product specified by a ticket.
Public methodAddVariant(String)
Adds an order line for the specified variant and returns the new order line.
Public methodAddVariant(String, String)
Adds an order line for the specified variant and returns the new order line. The variant will be explicitly coupled to a specified product.
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 methodToString (Inherited from Object.)
Top
See Also