Amadeus · Schema

PaymentBrand

credit card brand

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights
View JSON Schema on GitHub

JSON Schema

branded-fares-upsell-payment-brand-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/branded-fares-upsell-payment-brand-schema.json",
  "title": "PaymentBrand",
  "description": "credit card brand",
  "type": "string",
  "enum": [
    "VISA",
    "AMERICAN_EXPRESS",
    "MASTERCARD",
    "VISA_ELECTRON",
    "VISA_DEBIT",
    "MASTERCARD_DEBIT",
    "MAESTRO",
    "DINERS",
    "MASTERCARD_IXARIS",
    "VISA_IXARIS",
    "MASTERCARD_AIRPLUS",
    "UATP_AIRPLUS"
  ],
  "example": "VISA_IXARIS"
}