Package com.stripe.param
Enum Class PaymentMethodCreateParams.Eps.Bank
java.lang.Object
java.lang.Enum<PaymentMethodCreateParams.Eps.Bank>
com.stripe.param.PaymentMethodCreateParams.Eps.Bank
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<PaymentMethodCreateParams.Eps.Bank>
,Constable
- Enclosing class:
- PaymentMethodCreateParams.Eps
public static enum PaymentMethodCreateParams.Eps.Bank
extends Enum<PaymentMethodCreateParams.Eps.Bank>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the enum constant of this class with the specified name.static PaymentMethodCreateParams.Eps.Bank[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ARZTE_UND_APOTHEKER_BANK
@SerializedName("arzte_und_apotheker_bank") public static final PaymentMethodCreateParams.Eps.Bank ARZTE_UND_APOTHEKER_BANK -
AUSTRIAN_ANADI_BANK_AG
@SerializedName("austrian_anadi_bank_ag") public static final PaymentMethodCreateParams.Eps.Bank AUSTRIAN_ANADI_BANK_AG -
BANK_AUSTRIA
-
BANKHAUS_CARL_SPANGLER
@SerializedName("bankhaus_carl_spangler") public static final PaymentMethodCreateParams.Eps.Bank BANKHAUS_CARL_SPANGLER -
BANKHAUS_SCHELHAMMER_UND_SCHATTERA_AG
@SerializedName("bankhaus_schelhammer_und_schattera_ag") public static final PaymentMethodCreateParams.Eps.Bank BANKHAUS_SCHELHAMMER_UND_SCHATTERA_AG -
BAWAG_PSK_AG
-
BKS_BANK_AG
-
BRULL_KALLMUS_BANK_AG
@SerializedName("brull_kallmus_bank_ag") public static final PaymentMethodCreateParams.Eps.Bank BRULL_KALLMUS_BANK_AG -
BTV_VIER_LANDER_BANK
@SerializedName("btv_vier_lander_bank") public static final PaymentMethodCreateParams.Eps.Bank BTV_VIER_LANDER_BANK -
CAPITAL_BANK_GRAWE_GRUPPE_AG
@SerializedName("capital_bank_grawe_gruppe_ag") public static final PaymentMethodCreateParams.Eps.Bank CAPITAL_BANK_GRAWE_GRUPPE_AG -
DEUTSCHE_BANK_AG
@SerializedName("deutsche_bank_ag") public static final PaymentMethodCreateParams.Eps.Bank DEUTSCHE_BANK_AG -
DOLOMITENBANK
@SerializedName("dolomitenbank") public static final PaymentMethodCreateParams.Eps.Bank DOLOMITENBANK -
EASYBANK_AG
-
ERSTE_BANK_UND_SPARKASSEN
@SerializedName("erste_bank_und_sparkassen") public static final PaymentMethodCreateParams.Eps.Bank ERSTE_BANK_UND_SPARKASSEN -
HYPO_ALPEADRIABANK_INTERNATIONAL_AG
@SerializedName("hypo_alpeadriabank_international_ag") public static final PaymentMethodCreateParams.Eps.Bank HYPO_ALPEADRIABANK_INTERNATIONAL_AG -
HYPO_BANK_BURGENLAND_AKTIENGESELLSCHAFT
@SerializedName("hypo_bank_burgenland_aktiengesellschaft") public static final PaymentMethodCreateParams.Eps.Bank HYPO_BANK_BURGENLAND_AKTIENGESELLSCHAFT -
HYPO_NOE_LB_FUR_NIEDEROSTERREICH_U_WIEN
@SerializedName("hypo_noe_lb_fur_niederosterreich_u_wien") public static final PaymentMethodCreateParams.Eps.Bank HYPO_NOE_LB_FUR_NIEDEROSTERREICH_U_WIEN -
HYPO_OBEROSTERREICH_SALZBURG_STEIERMARK
@SerializedName("hypo_oberosterreich_salzburg_steiermark") public static final PaymentMethodCreateParams.Eps.Bank HYPO_OBEROSTERREICH_SALZBURG_STEIERMARK -
HYPO_TIROL_BANK_AG
@SerializedName("hypo_tirol_bank_ag") public static final PaymentMethodCreateParams.Eps.Bank HYPO_TIROL_BANK_AG -
HYPO_VORARLBERG_BANK_AG
@SerializedName("hypo_vorarlberg_bank_ag") public static final PaymentMethodCreateParams.Eps.Bank HYPO_VORARLBERG_BANK_AG -
MARCHFELDER_BANK
@SerializedName("marchfelder_bank") public static final PaymentMethodCreateParams.Eps.Bank MARCHFELDER_BANK -
OBERBANK_AG
-
RAIFFEISEN_BANKENGRUPPE_OSTERREICH
@SerializedName("raiffeisen_bankengruppe_osterreich") public static final PaymentMethodCreateParams.Eps.Bank RAIFFEISEN_BANKENGRUPPE_OSTERREICH -
SCHOELLERBANK_AG
@SerializedName("schoellerbank_ag") public static final PaymentMethodCreateParams.Eps.Bank SCHOELLERBANK_AG -
SPARDA_BANK_WIEN
@SerializedName("sparda_bank_wien") public static final PaymentMethodCreateParams.Eps.Bank SPARDA_BANK_WIEN -
VOLKSBANK_GRUPPE
@SerializedName("volksbank_gruppe") public static final PaymentMethodCreateParams.Eps.Bank VOLKSBANK_GRUPPE -
VOLKSKREDITBANK_AG
@SerializedName("volkskreditbank_ag") public static final PaymentMethodCreateParams.Eps.Bank VOLKSKREDITBANK_AG -
VR_BANK_BRAUNAU
@SerializedName("vr_bank_braunau") public static final PaymentMethodCreateParams.Eps.Bank VR_BANK_BRAUNAU
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfaceApiRequestParams.EnumParam
-