An array of servicePeriods
objects that contain information about the days and times when the restaurant location accepts online orders.
Array of objects (DayPeriod) An array of | |
diningOptionBehavior | string The dining option behavior the online ordering schedule is returned for. Options are TAKE_OUT or DELIVERY. First-party delivery must be enabled to display DELIVERY hours. |
{- "diningOptionBehavior": "TAKE_OUT",
- "dayPeriods": [
- {
- "day": "MONDAY",
- "timeRanges": [
- {
- "start": "14:15:22Z",
- "end": "14:15:22Z"
}
]
}
]
}