Amadeus Reservations · JSON Structure

Flight Create Orders Elementary Price Structure

elementaryPrice

Type: object Properties: 2
BookingFlightsHotelsReservationsTravel

ElementaryPrice is a JSON Structure definition published by Amadeus Reservations, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount currencyCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/flight-create-orders-elementary-price-structure.json",
  "name": "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."
    }
  }
}