Amadeus · JSON Structure

Flight Offers Price Credit Card Fee Structure

CreditCardFee structure from Flight Offers Price

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

Flight Offers Price Credit Card Fee Structure is a JSON Structure definition published by Amadeus, describing 4 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

brand amount currency flightOfferId

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-offers-price-credit-card-fee-structure.json",
  "title": "CreditCardFee",
  "description": "CreditCardFee structure from Flight Offers Price",
  "type": "object",
  "properties": {
    "brand": {
      "type": "string",
      "description": "credit card brand"
    },
    "amount": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "flightOfferId": {
      "type": "string",
      "description": "Id of the flightOffer concerned by the credit card fee"
    }
  }
}