Amadeus · JSON Structure

Hotel Search Hotel Product Rate Family Structure

The estimated rate code family of the offer. Grouping various rate plan codes that belongs to the same family and indicates the type of the rate

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

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

Properties

code type

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-rate-family-structure.json",
  "title": "HotelProduct_RateFamily",
  "description": "The estimated rate code family of the offer. Grouping various rate plan codes that belongs to the same family and indicates the type of the rate",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "The estimated rate family (PRO,FAM,GOV)"
    },
    "type": {
      "type": "string",
      "description": "The type of the rate (public=P, negotiated=N, conditional=C)"
    }
  }
}