Amadeus · JSON Structure

Flight Create Orders Price Structure

Price structure from Flight Create Orders

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

Flight Create Orders Price Structure is a JSON Structure definition published by Amadeus, describing 6 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

currency total base fees taxes refundableTaxes

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/flight-create-orders-price-structure.json",
  "title": "Price",
  "description": "Price structure from Flight Create Orders",
  "type": "object",
  "properties": {
    "currency": {
      "type": "string"
    },
    "total": {
      "type": "string",
      "description": "Total amount paid by the user"
    },
    "base": {
      "type": "string",
      "description": "Amount without taxes"
    },
    "fees": {
      "type": "array",
      "description": "List of applicable fees"
    },
    "taxes": {
      "type": "array"
    },
    "refundableTaxes": {
      "type": "string",
      "description": "The amount of taxes which are refundable"
    }
  }
}