Amadeus · JSON Structure

Hotel Search Hotel Product Hotel Price Structure

price information

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

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

Properties

currency sellingTotal total base taxes markups variations

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-hotel-price-structure.json",
  "title": "HotelProduct_HotelPrice",
  "description": "price information",
  "type": "object",
  "properties": {
    "currency": {
      "type": "string",
      "description": "currency Code apply to all elements of the price"
    },
    "sellingTotal": {
      "type": "string",
      "description": "sellingTotal = Total + margins + markup + totalFees - discounts"
    },
    "total": {
      "type": "string",
      "description": "total = base + totalTaxes"
    },
    "base": {
      "type": "string"
    },
    "taxes": {
      "type": "array"
    },
    "markups": {
      "type": "array"
    },
    "variations": {
      "type": "object",
      "description": "Daily price variations and the average daily price (when available) is shown here"
    }
  }
}