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
Apptus.ESales.ConnectorOrder
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public class Order
The Order type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Order | Initializes a new instance of the Order class |
Methods
Name | Description | |
---|---|---|
![]() | AddProduct |
Adds an order line for the specified product and returns the new order line.
|
![]() | AddTicket |
Adds an order line for the variant or product specified by a ticket.
|
![]() | AddVariant(String) |
Adds an order line for the specified variant and returns the new order line.
|
![]() | AddVariant(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.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also