Subscriptions Card Brand

August 21, 2026 ยท View on GitHub

The card network or brand. Applies to credit, debit, gift, and payment cards.

Enumeration

SubscriptionsCardBrand

Fields

NameDescription
VISAVisa card.
MASTERCARDMastercard card.
DISCOVERDiscover card.
AMEXAmerican Express card.
SOLOSolo debit card.
JCBJapan Credit Bureau card.
STARMilitary Star card.
DELTADelta Airlines card.
SWITCHSwitch credit card.
MAESTROMaestro credit card.
CB_NATIONALECarte Bancaire (CB) credit card.
CONFIGOGAConfigoga credit card.
CONFIDISConfidis credit card.
ELECTRONVisa Electron credit card.
CETELEMCetelem credit card.
CHINA_UNION_PAYChina union pay credit card.
DINERSThe Diners Club International banking and payment services capability network owned by Discover Financial Services (DFS), one of the most recognized brands in US financial services.
ELOThe Brazilian Elo card payment network.
HIPERThe Hiper - Ingenico ePayment network.
HIPERCARDThe Brazilian Hipercard payment network that's widely accepted in the retail market.
RUPAYThe RuPay payment network.
GEThe GE Credit Union 3Point card payment network.
SYNCHRONYThe Synchrony Financial (SYF) payment network.
EFTPOSThe Electronic Fund Transfer At Point of Sale(EFTPOS) Debit card payment network.
UNKNOWNUNKNOWN payment network.

Example

import com.paypal.sdk.models.SubscriptionsCardBrand;

SubscriptionsCardBrand subscriptionsCardBrand = SubscriptionsCardBrand.SWITCH;