Amadeus Reservations · JSON Structure

Flight Order Management Credit Card Brand Structure

credit card brand

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

CreditCardBrand is a JSON Structure definition published by Amadeus Reservations. 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-reservations/refs/heads/main/json-structure/flight-order-management-credit-card-brand-structure.json",
  "name": "CreditCardBrand",
  "description": "credit card brand",
  "type": "string",
  "enum": [
    "VISA",
    "AMERICAN_EXPRESS",
    "MASTERCARD",
    "VISA_ELECTRON",
    "VISA_DEBIT",
    "MASTERCARD_DEBIT",
    "MAESTRO",
    "DINERS",
    "EASYPAY"
  ],
  "example": "VISA"
}