Click or drag to resize

ReserveCancelReason Enumeration

Reason why planned event failed.

Namespace:  Resto.Front.Api.Data.Brd
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public enum ReserveCancelReason
Members
  Member nameValueDescription
ClientNotAppeared0 Client didn't come timely.
ClientRefused1 Client changed his mind.
Other2 Any reason other than ClientNotAppeared and ClientRefused.
See Also