Click or drag to resize

OrderStatus Enumeration

Describes the status of an order.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
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