StoreReservationHoursEntity
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| is_open | Boolean | Indicates if reservations are accepted on this day of week | [default to null] |
| day | String | Day in week | [default to null] |
| opening | String | Indicates the minimum time of day that can be reserved | [default to null] |
| closing | String | Indicates the maximum time of day that can be reserved | [default to null] |