| Name | Type | Description | Notes |
|---|---|---|---|
| day_of_week | int | Day of the week as a number. Sunday -> 0, Saturday -> 6 | [optional] |
| open_all_day | bool | Whether or not the business is open the whole day | [optional] |
| closed_all_day | bool | Whether or not the business is closed the whole day | [optional] |
| open_hour | int | Opening hour. Can be null if closed all day | [optional] |
| open_minutes | int | Opening minute. Can be null if closed all day | [optional] |
| close_hour | int | Closing hour. Can be null if closed all day | [optional] |
| close_minutes | int | Closing minute. Can be null if closed all day | [optional] |