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