Click or drag to resize

OrderOnAfterSendingOrderToErpArgs Class

Arguments class for the OnAfterSendingOrderToErp subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsOrderOnAfterSendingOrderToErpArgs

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public class OnAfterSendingOrderToErpArgs : NotificationArgs

The OrderOnAfterSendingOrderToErpArgs type exposes the following members.

Constructors
  NameDescription
Public methodOrderOnAfterSendingOrderToErpArgs
Initializes a new instance of the OrderOnAfterSendingOrderToErpArgs class.
Top
Properties
  NameDescription
Public propertyCreateOrder
Gets a value that indicates whether the order should be created in the ERP or just calculated as a cart.
Public propertyError
Gets the error that occurred, if any.
Public propertyOrder
Gets the order that has been sent to the ERP.
Public propertyResponseDocument
Gets the XML response document.
Top
See Also