| OrderOnBeforeSendingOrderToErpArgs Constructor |
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax public OnBeforeSendingOrderToErpArgs(
Order order,
bool createOrder
)
Public Sub New (
order As Order,
createOrder As Boolean
)
Parameters
- order
- Type: Dynamicweb.Ecommerce.OrdersOrder
The order that is about to be sent. - createOrder
- Type: SystemBoolean
True when the order should be created in the ERP, false when it's a cart calculation.
See Also