public static enum PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank extends java.lang.Enum<PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank> implements ApiRequestParams.EnumParam
Enum Constant and Description |
---|
ABN_AMRO |
ASN_BANK |
BUNQ |
HANDELSBANKEN |
ING |
KNAB |
MONEYOU |
RABOBANK |
REGIOBANK |
SNS_BANK |
TRIODOS_BANK |
VAN_LANSCHOT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="abn_amro") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank ABN_AMRO
@SerializedName(value="asn_bank") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank ASN_BANK
@SerializedName(value="bunq") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank BUNQ
@SerializedName(value="handelsbanken") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank HANDELSBANKEN
@SerializedName(value="ing") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank ING
@SerializedName(value="knab") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank KNAB
@SerializedName(value="moneyou") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank MONEYOU
@SerializedName(value="rabobank") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank RABOBANK
@SerializedName(value="regiobank") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank REGIOBANK
@SerializedName(value="sns_bank") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank SNS_BANK
@SerializedName(value="triodos_bank") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank TRIODOS_BANK
@SerializedName(value="van_lanschot") public static final PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank VAN_LANSCHOT
public static PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank[] values()
for (PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank c : PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank.values()) System.out.println(c);
public static PaymentIntentUpdateParams.PaymentMethodData.Ideal.Bank valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
getValue
in interface ApiRequestParams.EnumParam