| Name | Type | Description | Notes |
|---|---|---|---|
| maxOrderNumberPerStoreInterval | Integer | The maximum number of orders per each store order interval in this order capacity period. E.g. for a period from 9:00 till 11:00, if the store's interval is 10 minutes, and MaxOrderNumberPerStoreInterval is set to 5, it means that within each 10-minute interval between 9:00 and 11:00 (i.e. 9:00-9:10, 9:10-9:20, .. , 10:50-11:00) it will be possible to request at most 5 orders. | [optional] |
| dayOfTheWeek | DayOfTheWeekEnum | Day of the week the period pertains to | [optional] |
| periodStartHour | Integer | The hour the period starts at | [optional] |
| periodStartMinutes | Integer | The minutes after the hour the period starts at | [optional] |
| periodEndHour | Integer | The hour the period ends at | [optional] |
| periodEndMinutes | Integer | The minutes after the hour the period ends at | [optional] |
| Name | Value |
|---|---|
| SUNDAY | "Sunday" |
| MONDAY | "Monday" |
| TUESDAY | "Tuesday" |
| WEDNESDAY | "Wednesday" |
| THURSDAY | "Thursday" |
| FRIDAY | "Friday" |
| SATURDAY | "Saturday" |