Amadeus Solutions · JSON Structure

Branded Fares Upsell 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
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

TravelClass is a JSON Structure definition published by Amadeus Solutions. 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-solutions/refs/heads/main/json-structure/branded-fares-upsell-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"
}