Amadeus Reservations · JSON Structure

Flight Create Orders Discount Traveler Type Structure

type of discount applied

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

DiscountTravelerType is a JSON Structure definition published by Amadeus Reservations. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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/amadeus-reservations/refs/heads/main/json-structure/flight-create-orders-discount-traveler-type-structure.json",
  "name": "DiscountTravelerType",
  "description": "type of discount applied",
  "type": "string",
  "enum": [
    "SPANISH_CITIZEN",
    "EUROPEAN_CITIZEN",
    "GOVERNMENT_WORKER",
    "MILITARY",
    "MINOR_WITHOUT_ID"
  ],
  "example": "SPANISH_CITIZEN"
}