public enum SubscriptionsCardBrand extends Enum<SubscriptionsCardBrand>
| Enum Constant and Description |
|---|
_UNKNOWN
Unknown values will be mapped by this enum member
|
AMEX
American Express card.
|
CB_NATIONALE
Carte Bancaire (CB) credit card.
|
CETELEM
Cetelem credit card.
|
CHINA_UNION_PAY
China union pay credit card.
|
CONFIDIS
Confidis credit card.
|
CONFIGOGA
Configoga credit card.
|
DELTA
Delta Airlines card.
|
DINERS
The 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.
|
DISCOVER
Discover card.
|
EFTPOS
The Electronic Fund Transfer At Point of Sale(EFTPOS) Debit card payment network.
|
ELECTRON
Visa Electron credit card.
|
ELO
The Brazilian Elo card payment network.
|
GE
The GE Credit Union 3Point card payment network.
|
HIPER
The Hiper - Ingenico ePayment network.
|
HIPERCARD
The Brazilian Hipercard payment network that's widely accepted in the retail market.
|
JCB
Japan Credit Bureau card.
|
MAESTRO
Maestro credit card.
|
MASTERCARD
Mastercard card.
|
RUPAY
The RuPay payment network.
|
SOLO
Solo debit card.
|
STAR
Military Star card.
|
SWITCH
Switch credit card.
|
SYNCHRONY
The Synchrony Financial (SYF) payment network.
|
UNKNOWN
UNKNOWN payment network.
|
VISA
Visa card.
|
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionsCardBrand |
constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static SubscriptionsCardBrand |
fromString(String toConvert)
Returns the enum member associated with the given string value.
|
String |
toString()
Get string representation of this enum.
|
static List<String> |
toValue(List<SubscriptionsCardBrand> toConvert)
Convert list of SubscriptionsCardBrand values to list of string values.
|
String |
value()
Returns the string value associated with the enum member.
|
static SubscriptionsCardBrand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionsCardBrand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubscriptionsCardBrand VISA
public static final SubscriptionsCardBrand MASTERCARD
public static final SubscriptionsCardBrand DISCOVER
public static final SubscriptionsCardBrand AMEX
public static final SubscriptionsCardBrand SOLO
public static final SubscriptionsCardBrand JCB
public static final SubscriptionsCardBrand STAR
public static final SubscriptionsCardBrand DELTA
public static final SubscriptionsCardBrand SWITCH
public static final SubscriptionsCardBrand MAESTRO
public static final SubscriptionsCardBrand CB_NATIONALE
public static final SubscriptionsCardBrand CONFIGOGA
public static final SubscriptionsCardBrand CONFIDIS
public static final SubscriptionsCardBrand ELECTRON
public static final SubscriptionsCardBrand CETELEM
public static final SubscriptionsCardBrand CHINA_UNION_PAY
public static final SubscriptionsCardBrand DINERS
public static final SubscriptionsCardBrand ELO
public static final SubscriptionsCardBrand HIPER
public static final SubscriptionsCardBrand HIPERCARD
public static final SubscriptionsCardBrand RUPAY
public static final SubscriptionsCardBrand GE
public static final SubscriptionsCardBrand SYNCHRONY
public static final SubscriptionsCardBrand EFTPOS
public static final SubscriptionsCardBrand UNKNOWN
public static final SubscriptionsCardBrand _UNKNOWN
public static SubscriptionsCardBrand[] values()
for (SubscriptionsCardBrand c : SubscriptionsCardBrand.values()) System.out.println(c);
public static SubscriptionsCardBrand valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static SubscriptionsCardBrand constructFromString(String toConvert) throws IOException
toConvert - String value to get enum member.IOException - when provided value is not mapped to any enum member.public static SubscriptionsCardBrand fromString(String toConvert)
toConvert - String value to get enum member.public String value()
public String toString()
toString in class Enum<SubscriptionsCardBrand>public static List<String> toValue(List<SubscriptionsCardBrand> toConvert)
toConvert - The list of SubscriptionsCardBrand values to convert.Copyright © 2026. All rights reserved.