Amadeus · Schema

Tax

a tax

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
amount string
code string
View JSON Schema on GitHub

JSON Schema

branded-fares-upsell-tax-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/branded-fares-upsell-tax-schema.json",
  "title": "Tax",
  "description": "a tax",
  "type": "object",
  "properties": {
    "amount": {
      "type": "string",
      "example": "332.70"
    },
    "code": {
      "type": "string",
      "example": "MX"
    }
  }
}