StoreDaySchedule
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Day name (e.g., “Monday”) | [default to null] |
| open_time | String | Opening time (HH:MM format) | [optional] [default to null] |
| close_time | String | Closing time (HH:MM format) | [optional] [default to null] |
| is_open | Boolean | Whether the store is open on this day | [default to null] |