A representation of an array of servicePeriods objects.
| lastOrderConfiguration | string Allows guests to place online orders until the restaurant's closing time or closing time minus prep time.  | 
Array of objects (DateOverride)  An array of   | |
| scheduledOrderMaxDays | integer Number of days an online order can be placed into the future.  | 
Array of objects (ServicePeriod)  An array of   | |
| timeZoneId | string The time zone of the restaurant location. This is the same time zone used in the restaurant's hours of operation.  | 
{- "servicePeriods": [
- {
- "diningOptionBehavior": "TAKE_OUT",
 - "dayPeriods": [
- {
- "day": "MONDAY",
 - "timeRanges": [
- {
- "start": "14:15:22Z",
 - "end": "14:15:22Z"
 
} 
] 
} 
] 
} 
], - "overrides": [
- {
- "description": "string",
 - "diningOptionBehavior": [
- "TAKE_OUT"
 
], - "businessDate": 0,
 - "timeRanges": [
- {
- "start": "14:15:22Z",
 - "end": "14:15:22Z"
 
} 
] 
} 
], - "scheduledOrderMaxDays": 0,
 - "lastOrderConfiguration": "UNTIL_CLOSING_TIME",
 - "timeZoneId": "America/New_York"
 
}