ReserveStatus Enumeration |
Describes the status of a reserve or a banquet.
Namespace:
Resto.Front.Api.Data.Brd
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax public enum ReserveStatus
Members
| Member name | Value | Description |
---|
| New | 0 | The reserve or banquet has been created. This means that corresponding tables are reserved for specified date in future. |
| Started | 1 | The banquet has been started. This means that event is active, so corresponding tables are occupied by guests. |
| Closed | 2 | The reserve or banquet has been closed. For reserve this means closing the reservation due to customer coming or customer cancellation. For banquet this means that event was either cancelled or successfully ended. |
See Also