Amadeus Reservations · JSON Structure

Flight Order Management Other Method Structure

other payment method

Type: object Properties: 2
BookingFlightsHotelsReservationsTravel

OtherMethod 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

method flightOfferIds

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-order-management-other-method-structure.json",
  "name": "OtherMethod",
  "description": "other payment method",
  "type": "object",
  "properties": {
    "method": {
      "$ref": "#/definitions/OtherPaymentMethod"
    },
    "flightOfferIds": {
      "description": "Id of the concern flightOffers",
      "type": "array",
      "minItems": 1,
      "maxItems": 6,
      "items": {
        "type": "string"
      },
      "example": "1"
    }
  }
}