Amadeus Solutions · JSON Structure

Flight Offers Price Fee Type Structure

type of fee

Type: string Properties: 0
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

FeeType 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/flight-offers-price-fee-type-structure.json",
  "name": "FeeType",
  "description": "type of fee",
  "type": "string",
  "enum": [
    "TICKETING",
    "FORM_OF_PAYMENT",
    "SUPPLIER"
  ],
  "example": "TICKETING"
}