Package com.stripe.param
Enum Class SetupIntentCreateParams.PaymentMethodData.Ideal.Bank
java.lang.Object
java.lang.Enum<SetupIntentCreateParams.PaymentMethodData.Ideal.Bank>
com.stripe.param.SetupIntentCreateParams.PaymentMethodData.Ideal.Bank
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<SetupIntentCreateParams.PaymentMethodData.Ideal.Bank>
,Constable
- Enclosing class:
- SetupIntentCreateParams.PaymentMethodData.Ideal
public static enum SetupIntentCreateParams.PaymentMethodData.Ideal.Bank
extends Enum<SetupIntentCreateParams.PaymentMethodData.Ideal.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
-
Method Summary
-
Enum Constant Details
-
ABN_AMRO
@SerializedName("abn_amro") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank ABN_AMRO -
ASN_BANK
@SerializedName("asn_bank") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank ASN_BANK -
BUNQ
@SerializedName("bunq") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank BUNQ -
HANDELSBANKEN
@SerializedName("handelsbanken") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank HANDELSBANKEN -
ING
-
KNAB
@SerializedName("knab") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank KNAB -
MONEYOU
@SerializedName("moneyou") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank MONEYOU -
N26
-
NN
-
RABOBANK
@SerializedName("rabobank") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank RABOBANK -
REGIOBANK
@SerializedName("regiobank") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank REGIOBANK -
REVOLUT
@SerializedName("revolut") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank REVOLUT -
SNS_BANK
@SerializedName("sns_bank") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank SNS_BANK -
TRIODOS_BANK
@SerializedName("triodos_bank") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank TRIODOS_BANK -
VAN_LANSCHOT
@SerializedName("van_lanschot") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank VAN_LANSCHOT -
YOURSAFE
@SerializedName("yoursafe") public static final SetupIntentCreateParams.PaymentMethodData.Ideal.Bank YOURSAFE
-
-
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
-