Amadeus · JSON Structure

Hotel Search Hotel Product Guarantee Policy Structure

the guarantee policy information applicable to the offer. It includes accepted payments

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

Hotel Search Hotel Product Guarantee Policy 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

description acceptedPayments

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-guarantee-policy-structure.json",
  "title": "HotelProduct_GuaranteePolicy",
  "description": "the guarantee policy information applicable to the offer. It includes accepted payments",
  "type": "object",
  "properties": {
    "description": {
      "type": "object",
      "description": "Specific type to convey a list of string for specific information type ( via qualifier) in specific character set, or language"
    },
    "acceptedPayments": {
      "type": "object",
      "description": "Accepted Payment Methods and Card Types. Several Payment Methods and Card Types may be available."
    }
  }
}