doordash · JSON Structure

Doordash Accept Quote Request Structure

AcceptQuoteRequest structure from DoorDash API

Type: object Properties: 1

AcceptQuoteRequest is a JSON Structure definition published by doordash, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tip

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/doordash/refs/heads/main/json-structure/doordash-accept-quote-request-structure.json",
  "name": "AcceptQuoteRequest",
  "description": "AcceptQuoteRequest structure from DoorDash API",
  "type": "object",
  "properties": {
    "tip": {
      "type": "int32",
      "description": "Optional tip amount in cents to include with the delivery.",
      "example": 42
    }
  }
}