Amadeus Reservations · JSON Structure

Transfer Booking Fee Structure

single fee information

Type: Properties: 0
BookingFlightsHotelsReservationsTravel

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

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/transfer-booking-fee-structure.json",
  "name": "Fee",
  "description": "single fee information",
  "allOf": [
    {
      "$ref": "#/definitions/PointsAndCash"
    },
    {
      "type": "object",
      "properties": {
        "currencyCode": {
          "type": "string",
          "example": "USD"
        },
        "indicator": {
          "type": "string",
          "description": "fee category e.g. \"AIRPORT\", \"CREDITCARD\" ,\"CANCELLATION\""
        }
      }
    }
  ]
}