Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 851 Bytes

BookingDateViewModel.md

File metadata and controls

11 lines (8 loc) · 851 Bytes

BookingDateViewModel

Properties

Name Type Description Notes
date string The day the information is about. Format: yyyy-mm-dd [optional]
status int The status of the restaurant on this day.0 = Available, 1 = RestaurantClosed, 2 = DatePassed, 3 = FullyBooked, 4 = Custom, 5 = OutsideWindow [optional]
message string The message that can be shown to the user about this day. It will contain messages like 'All online tables are booked. Please call us for availability.' or 'We are closed on this day' [optional]

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