A representation of an array of servicePeriods
objects.
lastOrderConfiguration | string Allows guests to place online orders until the restaurant's closing time or closing time minus prep time. |
Array of objects (DateOverride) An array of | |
scheduledOrderMaxDays | integer Number of days an online order can be placed into the future. |
Array of objects (ServicePeriod) An array of |
{- "servicePeriods": [
- {
- "diningOptionBehavior": "TAKE_OUT",
- "dayPeriods": [
- {
- "day": "MONDAY",
- "timeRanges": [
- {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}
]
}
]
}
], - "overrides": [
- {
- "description": "string",
- "diningOptionBehavior": [
- "TAKE_OUT"
], - "businessDate": 0,
- "timeRanges": [
- {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}
]
}
], - "scheduledOrderMaxDays": 0,
- "lastOrderConfiguration": "UNTIL_CLOSING_TIME"
}