Describes the status of an order.
Namespace: Resto.Front.Api.V3.Data.Orders
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public enum OrderStatus
Members
Member name | Value | Description | |
---|---|---|---|
New | 0 | Newly created order. This status corresponds to lifetime from creation to ready-to-pay state. | |
Bill | 1 | Bill cheque printed order. This status corresponds to lifetime between billing and payment. | |
Closed | 2 | Paid order. | |
Deleted | 3 | Deleted order. |
See Also