Amadeus Solutions · JSON Structure

Branded Fares Upsell Payment Brand Structure

credit card brand

Type: string Properties: 0
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

PaymentBrand is a JSON Structure definition published by Amadeus Solutions. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-structure/branded-fares-upsell-payment-brand-structure.json",
  "name": "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"
}