ServicePeriod

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 DayPeriods objects that contain information about the specific day and time range when the restaurant accepts online orders.

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.

Enum: "TAKE_OUT" "DELIVERY"
{
  • "diningOptionBehavior": "TAKE_OUT",
  • "dayPeriods": [
    ]
}