Otter · JSON Structure

Public Api Card Brand Type Structure

The brand of the card.

Type: string Properties: 0
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

CardBrandType is a JSON Structure definition published by Otter. 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/otter/refs/heads/main/json-structure/public-api-card-brand-type-structure.json",
  "name": "CardBrandType",
  "description": "The brand of the card.",
  "type": "string",
  "enum": [
    "UNKNOWN",
    "AMEX",
    "DINERS_CLUB",
    "DISCOVER",
    "JCB",
    "MASTERCARD",
    "UNION_PAY",
    "VISA",
    "GIROCARD",
    "EFTPOS_AU",
    "INTERAC"
  ],
  "example": "VISA"
}