Class OrderAction
- Namespace
- Skyware.Lis.EventsModel.Orders
- Assembly
- Skyware.Lis.EventsModel.dll
Occurs when operation with Order is made
public class OrderAction : BaseMessage
- Inheritance
-
OrderAction
- Inherited Members
Properties
Action
Action made with the order, according to OrderEvents
public string Action { get; set; }
Property Value
DefaultAddress
Default address where message should be send.
public override string DefaultAddress { get; }
Property Value
Order
Order, the subject of the event
public Order Order { get; set; }
Property Value
RejectionReason
Reason, in case of order rejection
public string RejectionReason { get; set; }
Property Value
SaleId
Sale Id, in case order is imported
public int? SaleId { get; set; }
Property Value
- int?