DailySchedule
Name | Type | Description | Notes |
---|---|---|---|
Day | string | the day of the week to which this daily schedule applies. | [optional] |
IsClosed | bool | Indicates whether the store/warehouse is closed on that day of the week. | [optional] |
IsOpenedAllDay | bool | Indicates whether the store/warehouse is opened all day on that day of the week. | [optional] |
OpeningTimes | List<ScheduleInterval> | The time intervals of the day during which the store/warehouse is open. | [optional] |