Amadeus · JSON Structure

Branded Fares Upsell Flight Offer Upsell In Structure

input parameter to upsell flight offers element

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

Branded Fares Upsell Flight Offer Upsell In Structure is a JSON Structure definition published by Amadeus, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

type flightOffers payments

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/branded-fares-upsell-flight-offer-upsell-in-structure.json",
  "title": "FlightOfferUpsellIn",
  "description": "input parameter to upsell flight offers element",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "the resource name"
    },
    "flightOffers": {
      "type": "array",
      "description": "list of flight offer to price"
    },
    "payments": {
      "type": "array",
      "description": "payment information for retrieve eventual credit card fees"
    }
  },
  "required": [
    "type",
    "flightOffers"
  ]
}