Amadeus · JSON Structure

Hotel Search Hotel Product Commission Structure

HotelProduct_Commission structure from Hotel Search API

Type: object Properties: 3
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Search Hotel Product Commission Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

percentage amount description

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-search-hotel-product-commission-structure.json",
  "title": "HotelProduct_Commission",
  "description": "HotelProduct_Commission structure from Hotel Search API",
  "type": "object",
  "properties": {
    "percentage": {
      "type": "string",
      "description": "Percentage of the commission paid to the travel seller. Value is between 0 and 100"
    },
    "amount": {
      "type": "string",
      "description": "Amount of the commission paid to the travel seller. The amount is always linked to the currency code of the offer"
    },
    "description": {
      "type": "object",
      "description": "Specific type to convey a list of string for specific information type ( via qualifier) in specific character set, or language"
    }
  }
}