public static enum Card.PoweredBy extends Enum<Card.PoweredBy>
Enum Constant and Description |
---|
_UNKNOWN |
BANCONTACT |
CARD |
GIROPAY |
IDEAL |
LATAM_LOCAL_CARD |
NOT_APPLICABLE |
SOFORT |
Modifier and Type | Method and Description |
---|---|
static Card.PoweredBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Card.PoweredBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Card.PoweredBy IDEAL
public static final Card.PoweredBy SOFORT
public static final Card.PoweredBy BANCONTACT
public static final Card.PoweredBy GIROPAY
public static final Card.PoweredBy CARD
public static final Card.PoweredBy LATAM_LOCAL_CARD
public static final Card.PoweredBy NOT_APPLICABLE
public static final Card.PoweredBy _UNKNOWN
public static Card.PoweredBy[] values()
for (Card.PoweredBy c : Card.PoweredBy.values()) System.out.println(c);
public static Card.PoweredBy 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 nullCopyright © 2023 ChargeBee. All rights reserved.