Amadeus · JSON Structure

Flight Create Orders Other Method Structure

other payment method

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

Flight Create Orders Other Method 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

method flightOfferIds

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-other-method-structure.json",
  "title": "OtherMethod",
  "description": "other payment method",
  "type": "object",
  "properties": {
    "method": {
      "type": "string",
      "description": "other payment method"
    },
    "flightOfferIds": {
      "type": "array",
      "description": "Id of the concern flightOffers"
    }
  }
}