Namespace: Resto.Front.Api.V3.Data.Brd
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public enum DeliveryStatus
Members
Member name | Value | Description | |
---|---|---|---|
Unconfirmed | 0 | ||
New | 1 | ||
Waiting | 2 | ||
OnWay | 3 | ||
Delivered | 4 | ||
Closed | 5 | ||
Cancelled | 6 |
See Also