Reason why planned event failed.
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 ReserveCancelReason
Members
| Member name | Value | Description | |
|---|---|---|---|
| ClientNotAppeared | 0 | Client didn't come timely. | |
| ClientRefused | 1 | Client changed his mind. | |
| Other | 2 | Any reason other than ClientNotAppeared and ClientRefused. |
See Also