Skip to content

Files

Latest commit

 

History

History
12 lines (9 loc) · 1.07 KB

BookingTimePublic.md

File metadata and controls

12 lines (9 loc) · 1.07 KB

BookingTimePublic

Properties

Name Type Description Notes
time \DateTime The local date and time of the booking in the timezone of the restaurant. [optional]
status string SHORT = This time is available, but the duration of the booking will be shorter than the default duration for this shift. AVAILABLE = This booking time is available. UNAVAILABLE = This booking time is not available. CLOSED = The restaurant is closed at this time. PASSED = The date and time are in the past. [optional]
max_duration int The maximum duration of the booking in minutes. If the maximum duration is shorter than the default duration for this shift, Status = SHORT. [optional]
area string The area in the restaurant where the client will be seated. [optional]

[Back to Model list] [Back to API list] [Back to README]