Amadeus · JSON Structure

Branded Fares Upsell Payment Structure

Payment structure from Branded Fares Upsell

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

Branded Fares Upsell Payment Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

brand binNumber 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/branded-fares-upsell-payment-structure.json",
  "title": "Payment",
  "description": "Payment structure from Branded Fares Upsell",
  "type": "object",
  "properties": {
    "brand": {
      "type": "string",
      "description": "credit card brand"
    },
    "binNumber": {
      "type": "integer",
      "description": "The first 6 digits of the credit card"
    },
    "flightOfferIds": {
      "type": "array",
      "description": "Id of the flightOffers to pay"
    }
  }
}