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.  | 
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": [
- {
- "start": "14:15:22Z",
 - "end": "14:15:22Z"
 
} 
] 
}