Amadeus · JSON Structure

Hotel Booking Hotel Product Payment Policy Structure

Accepted Payment Methods and Card Types. Several Payment Methods and Card Types may be available.

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

Hotel Booking Hotel Product Payment 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

creditCards methods

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-booking-hotel-product-payment-policy-structure.json",
  "title": "HotelProduct_PaymentPolicy",
  "description": "Accepted Payment Methods and Card Types. Several Payment Methods and Card Types may be available.",
  "type": "object",
  "properties": {
    "creditCards": {
      "type": "array",
      "description": "Accepted Payment Card Types for the `method` CREDIT_CARD"
    },
    "methods": {
      "type": "array",
      "description": "Accepted Payment Methods"
    }
  }
}