Amadeus Reservations · JSON Structure

Flight Create Orders Travel Class Structure

quality of service offered in the cabin where the seat is located in this flight. Economy, premium economy, business or first class

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

TravelClass 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-travel-class-structure.json",
  "name": "TravelClass",
  "description": "quality of service offered in the cabin where the seat is located in this flight. Economy, premium economy, business or first class",
  "type": "string",
  "enum": [
    "ECONOMY",
    "PREMIUM_ECONOMY",
    "BUSINESS",
    "FIRST"
  ],
  "example": "PREMIUM_ECONOMY"
}