DayPeriod

Holds information about the specific day and time range when the restaurant location accepts online orders.

day
string

The day the online ordering schedule is returned for.

Enum: "MONDAY" "TUESDAY" "WEDNESDAY" "THURSDAY" "FRIDAY" "SATURDAY" "SUNDAY"
Array of objects (TimeRange)

Contains a key value pair detailing the start and end time for online ordering in HH:MM format.

{
  • "day": "MONDAY",
  • "timeRanges": [
    ]
}