| OrderOnAfterSendingOrderToErpArgs Constructor |
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax public OnAfterSendingOrderToErpArgs(
Order order,
bool createOrder,
XmlDocument responseDocument,
Exception error
)
Public Sub New (
order As Order,
createOrder As Boolean,
responseDocument As XmlDocument,
error As Exception
)
Parameters
- order
- Type: Dynamicweb.Ecommerce.OrdersOrder
The order that has been sent to the ERP. - createOrder
- Type: SystemBoolean
True when the order should be created in the ERP, false when it's a cart calculation. - responseDocument
- Type: System.XmlXmlDocument
The XML document with the ERP response. - error
- Type: SystemException
The error that occurred, of any.
See Also