Amadeus Reservations · JSON Structure

Flight Create Orders Discount Type Structure

type of discount applied

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

DiscountType 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-type-structure.json",
  "name": "DiscountType",
  "description": "type of discount applied",
  "type": "string",
  "enum": [
    "SPANISH_RESIDENT",
    "AIR_FRANCE_DOMESTIC",
    "AIR_FRANCE_COMBINED",
    "AIR_FRANCE_METROPOLITAN"
  ],
  "example": "SPANISH_RESIDENT"
}