IOrderStatusChanged Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Order.Events
The IOrderStatusChanged type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | OrderStatus | CurrentStatus |
The status of the order after the status update
|
![]() | String | Message |
The message that should be sent for the callback by the status changes event handler
|
![]() | Int64 | OrderId |
The id of the order that has been modified
|
![]() | OrderStatus | PreviousStatus |
The status that the order had before the status update
|