| OrderOnBeforeSendingOrderToErpArgsOrder Property |
Gets the order that is about to be sent.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax public Order Order { get; }
Public ReadOnly Property Order As Order
Get
Property Value
Type:
OrderThe order.
See Also