QuoteTimes

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

deliveryTime
string <duration>

The default value configured as the time required to deliver an order after it is prepared.

leadTime
string <duration>

Once an order placed for immediate availability is approved, leadTime is the amount of time after which the restaurant begins preparing the order. leadTime does not apply to scheduled orders.

prepTime
string <duration>

The default value configured as the time required to prepare an order.

{
  • "leadTime": "string",
  • "prepTime": "string",
  • "deliveryTime": "string"
}