Contains the date and time period(s) on that date when the restaurant accepts online orders for immediate availability or when previously scheduled orders will be available.
businessDate | string <ISO-8601> Date when the restaurant accepts online orders for immediate availability or when previously scheduled orders will be available during a certain period(s) of time. |
Array of objects (FutureScheduleTime) Times period(s) on a |
{- "businessDate": "string",
- "futureTimes": [
- {
- "startTime": "string",
- "endTime": "string"
}
]
}