Click or drag to resize
IOrderStatusChanged Interface

[This is preliminary documentation and is subject to change.]

Raised when the status of an order is modified

Namespace: Netadmin.Management.Order.Events
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IOrderStatusChanged

The IOrderStatusChanged type exposes the following members.

Properties
  NameDescription
Public propertyOrderStatusCurrentStatus
The status of the order after the status update
Public propertyStringMessage
The message that should be sent for the callback by the status changes event handler
Public propertyInt64OrderId
The id of the order that has been modified
Public propertyOrderStatusPreviousStatus
The status that the order had before the status update
Top
See Also