DiningOptionQuoteTime

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.

Enum: "TAKE_OUT" "DELIVERY"
quotedFulfillmentTime
string <date-time>
object (QuoteTimes)

Contains the leadTime, prepTime, and deliveryTime configured by the restaurant.

{
  • "diningOptionBehavior": "TAKE_OUT",
  • "quoteTimes": {
    },
  • "quotedFulfillmentTime": "2019-08-24T14:15:22Z",
  • "availability": {
    }
}