Amadeus · Schema

CreditCardBrand

credit card brand

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

JSON Schema

flight-order-management-credit-card-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/flight-order-management-credit-card-brand-schema.json",
  "title": "CreditCardBrand",
  "description": "credit card brand",
  "type": "string",
  "enum": [
    "VISA",
    "AMERICAN_EXPRESS",
    "MASTERCARD",
    "VISA_ELECTRON",
    "VISA_DEBIT",
    "MASTERCARD_DEBIT",
    "MAESTRO",
    "DINERS",
    "EASYPAY"
  ],
  "example": "VISA"
}