The current order's quote time, quoted fulfillment time of the order for
each diningOptionBehavior
, and whether the restaurant is currently
accepting online orders for that dining option behavior.
object (QuoteTimeAvailability) | |
diningOptionBehavior | string The behavior of the dining option. |
quotedFulfillmentTime | string <date-time> |
object (QuoteTimes) Contains the |
{- "diningOptionBehavior": "TAKE_OUT",
- "quoteTimes": {
- "leadTime": "string",
- "prepTime": "string",
- "deliveryTime": "string"
}, - "quotedFulfillmentTime": "2019-08-24T14:15:22Z",
- "availability": {
- "status": "AVAILABLE",
- "reasons": [
- {
- "reasonCode": "string",
- "reasonMessage": "string"
}
]
}
}