OrderStatus EnumerationiikoFront Api V3 Documentation
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 nameValueDescription
New0Newly created order. This status corresponds to lifetime from creation to ready-to-pay state.
Bill1Bill cheque printed order. This status corresponds to lifetime between billing and payment.
Closed2Paid order.
Deleted3Deleted order.
See Also

Reference