Class OrderNotificationBase
Base notification for order events.
You can listen to events by implementing IRescopeNotificationHandler<T>.
public class OrderNotificationBase : IRescopeNotification
- Inheritance
-
OrderNotificationBase
- Implements
- Derived
- Inherited Members
Properties
Order
public Order Order { get; }