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