Package com.stripe.param
Enum PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank
- java.lang.Object
-
- java.lang.Enum<PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank>
-
- com.stripe.param.PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank
-
- All Implemented Interfaces:
ApiRequestParams.EnumParam,java.io.Serializable,java.lang.Comparable<PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank>
- Enclosing class:
- PaymentIntentConfirmParams.PaymentMethodData.Ideal
public static enum PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank extends java.lang.Enum<PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank> implements ApiRequestParams.EnumParam
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ABN_AMROASN_BANKBUNQHANDELSBANKENINGKNABMONEYOURABOBANKREGIOBANKREVOLUTSNS_BANKTRIODOS_BANKVAN_LANSCHOT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()static PaymentIntentConfirmParams.PaymentMethodData.Ideal.BankvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ABN_AMRO
@SerializedName("abn_amro") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank ABN_AMRO
-
ASN_BANK
@SerializedName("asn_bank") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank ASN_BANK
-
BUNQ
@SerializedName("bunq") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank BUNQ
-
HANDELSBANKEN
@SerializedName("handelsbanken") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank HANDELSBANKEN
-
ING
@SerializedName("ing") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank ING
-
KNAB
@SerializedName("knab") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank KNAB
-
MONEYOU
@SerializedName("moneyou") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank MONEYOU
-
RABOBANK
@SerializedName("rabobank") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank RABOBANK
-
REGIOBANK
@SerializedName("regiobank") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank REGIOBANK
-
REVOLUT
@SerializedName("revolut") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank REVOLUT
-
SNS_BANK
@SerializedName("sns_bank") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank SNS_BANK
-
TRIODOS_BANK
@SerializedName("triodos_bank") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank TRIODOS_BANK
-
VAN_LANSCHOT
@SerializedName("van_lanschot") public static final PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank VAN_LANSCHOT
-
-
Method Detail
-
values
public static PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank c : PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PaymentIntentConfirmParams.PaymentMethodData.Ideal.Bank valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getValue
public java.lang.String getValue()
- Specified by:
getValuein interfaceApiRequestParams.EnumParam
-
-