Amadeus · Schema

CancellationType

* FULL_STAY: the Penalty amount equals the `total` price.

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

JSON Schema

hotel-search-cancellation-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/hotel-search-cancellation-type-schema.json",
  "title": "CancellationType",
  "description": "* FULL_STAY: the Penalty amount equals the `total` price.",
  "type": "string",
  "enum": [
    "FULL_STAY"
  ]
}