GitHub

CardBrand

Card brand, such as Visa or Mastercard, which can be used for payments.

import { CardBrand } from '@daffodil/driver/shopify'
enum CardBrand {
  AmericanExpress = 'AMERICAN_EXPRESS',
  DinersClub = 'DINERS_CLUB',
  Discover = 'DISCOVER',
  Jcb = 'JCB',
  Mastercard = 'MASTERCARD',
  Visa = 'VISA',
}