Amadeus · JSON Structure

Tours And Activities Elementary Price Structure

elementaryPrice

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

Tours And Activities Elementary Price 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

amount currencyCode

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/tours-and-activities-elementary-price-structure.json",
  "title": "ElementaryPrice",
  "description": "elementaryPrice",
  "type": "object",
  "properties": {
    "amount": {
      "type": "string",
      "description": "Amount of the fare. could be alpha numeric. Ex- 500.20 or 514.13A, 'A'signifies additional collection."
    },
    "currencyCode": {
      "type": "string",
      "description": "Currency type of the fare."
    }
  }
}