Table of Contents

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

string

DefaultAddress

Default address where message should be send

public override string DefaultAddress { get; }

Property Value

string

Order

Order, the subject of the event

public Order Order { get; set; }

Property Value

Order

RejectionReason

Reason, in case of order rejection

public string RejectionReason { get; set; }

Property Value

string

SaleId

Sale Id, in case order is imported

public int? SaleId { get; set; }

Property Value

int?