Amadeus · Schema

DiscountType

type of discount applied

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights
View JSON Schema on GitHub

JSON Schema

flight-order-management-discount-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-order-management-discount-type-schema.json",
  "title": "DiscountType",
  "description": "type of discount applied",
  "type": "string",
  "enum": [
    "SPANISH_RESIDENT",
    "AIR_FRANCE_DOMESTIC",
    "AIR_FRANCE_COMBINED",
    "AIR_FRANCE_METROPOLITAN"
  ],
  "example": "SPANISH_RESIDENT"
}