Package com.stripe.param
Enum Class PaymentMethodCreateParams.P24.Bank
java.lang.Object
java.lang.Enum<PaymentMethodCreateParams.P24.Bank>
com.stripe.param.PaymentMethodCreateParams.P24.Bank
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<PaymentMethodCreateParams.P24.Bank>
,Constable
- Enclosing class:
- PaymentMethodCreateParams.P24
public static enum PaymentMethodCreateParams.P24.Bank
extends Enum<PaymentMethodCreateParams.P24.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
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the enum constant of this class with the specified name.static PaymentMethodCreateParams.P24.Bank[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALIOR_BANK
-
BANK_MILLENNIUM
@SerializedName("bank_millennium") public static final PaymentMethodCreateParams.P24.Bank BANK_MILLENNIUM -
BANK_NOWY_BFG_SA
@SerializedName("bank_nowy_bfg_sa") public static final PaymentMethodCreateParams.P24.Bank BANK_NOWY_BFG_SA -
BANK_PEKAO_SA
@SerializedName("bank_pekao_sa") public static final PaymentMethodCreateParams.P24.Bank BANK_PEKAO_SA -
BANKI_SPBDZIELCZE
@SerializedName("banki_spbdzielcze") public static final PaymentMethodCreateParams.P24.Bank BANKI_SPBDZIELCZE -
BLIK
-
BNP_PARIBAS
-
BOZ
-
CITI_HANDLOWY
@SerializedName("citi_handlowy") public static final PaymentMethodCreateParams.P24.Bank CITI_HANDLOWY -
CREDIT_AGRICOLE
@SerializedName("credit_agricole") public static final PaymentMethodCreateParams.P24.Bank CREDIT_AGRICOLE -
ENVELOBANK
-
ETRANSFER_POCZTOWY24
@SerializedName("etransfer_pocztowy24") public static final PaymentMethodCreateParams.P24.Bank ETRANSFER_POCZTOWY24 -
GETIN_BANK
-
IDEABANK
-
ING
-
INTELIGO
-
MBANK_MTRANSFER
@SerializedName("mbank_mtransfer") public static final PaymentMethodCreateParams.P24.Bank MBANK_MTRANSFER -
NEST_PRZELEW
-
NOBLE_PAY
-
PBAC_Z_IPKO
-
PLUS_BANK
-
SANTANDER_PRZELEW24
@SerializedName("santander_przelew24") public static final PaymentMethodCreateParams.P24.Bank SANTANDER_PRZELEW24 -
TMOBILE_USBUGI_BANKOWE
@SerializedName("tmobile_usbugi_bankowe") public static final PaymentMethodCreateParams.P24.Bank TMOBILE_USBUGI_BANKOWE -
TOYOTA_BANK
-
VELOBANK
-
VOLKSWAGEN_BANK
@SerializedName("volkswagen_bank") public static final PaymentMethodCreateParams.P24.Bank VOLKSWAGEN_BANK
-
-
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
-