Contains the restaurant's online ordering schedule for the specified time period and dining option behavior(s).
Array of objects (DiningOptionSchedule) |
{- "diningOptionSchedules": [
- {
- "diningOption": {
- "guid": "ee6a7af7-650d-499b-8e32-58a52ffdb7bc",
- "behavior": "TAKE_OUT"
}, - "asapSchedule": {
- "availableNow": true,
- "availableTime": "string"
}, - "futureSchedule": {
- "futureDates": [
- {
- "businessDate": "string",
- "futureTimes": [
- {
- "startTime": null,
- "endTime": null
}
]
}
]
}
}
]
}