Contains the quote time and fulfillment time for a given
diningOptionBehavior
.
Array of objects (DiningOptionQuoteTime) |
{- "diningOptionQuoteTimes": [
- {
- "diningOptionBehavior": "TAKE_OUT",
- "quoteTimes": {
- "leadTime": "string",
- "prepTime": "string",
- "deliveryTime": "string"
}, - "quotedFulfillmentTime": "2019-08-24T14:15:22Z",
- "availability": {
- "status": "AVAILABLE",
- "reasons": [
- {
- "reasonCode": "string",
- "reasonMessage": "string"
}
]
}
}
]
}