| Name | Type | Description | Notes |
|---|---|---|---|
| MaxOrderNumberPerStoreInterval | int? | 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 | string | Day of the week the period pertains to | [optional] |
| PeriodStartHour | int? | The hour the period starts at | [optional] |
| PeriodStartMinutes | int? | The minutes after the hour the period starts at | [optional] |
| PeriodEndHour | int? | The hour the period ends at | [optional] |
| PeriodEndMinutes | int? | The minutes after the hour the period ends at | [optional] |