Amadeus · JSON Structure

Transfer Search Points And Cash Structure

PointsAndCash structure from Transfer Search

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

Transfer Search Points And Cash Structure is a JSON Structure definition published by Amadeus, describing 1 property. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

monetaryAmount

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/transfer-search-points-and-cash-structure.json",
  "title": "PointsAndCash",
  "description": "PointsAndCash structure from Transfer Search",
  "type": "object",
  "properties": {
    "monetaryAmount": {
      "type": "string"
    }
  }
}