Package com.stripe.param.checkout
Enum Class SessionCreateParams.PaymentMethodType
java.lang.Object
java.lang.Enum<SessionCreateParams.PaymentMethodType>
com.stripe.param.checkout.SessionCreateParams.PaymentMethodType
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<SessionCreateParams.PaymentMethodType>
,Constable
- Enclosing class:
- SessionCreateParams
public static enum SessionCreateParams.PaymentMethodType
extends Enum<SessionCreateParams.PaymentMethodType>
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
-
Enum Constant Details
-
ACSS_DEBIT
-
AFFIRM
-
AFTERPAY_CLEARPAY
@SerializedName("afterpay_clearpay") public static final SessionCreateParams.PaymentMethodType AFTERPAY_CLEARPAY -
ALIPAY
-
AMAZON_PAY
-
AU_BECS_DEBIT
@SerializedName("au_becs_debit") public static final SessionCreateParams.PaymentMethodType AU_BECS_DEBIT -
BACS_DEBIT
-
BANCONTACT
-
BLIK
-
BOLETO
-
CARD
-
CASHAPP
-
CUSTOMER_BALANCE
@SerializedName("customer_balance") public static final SessionCreateParams.PaymentMethodType CUSTOMER_BALANCE -
EPS
-
FPX
-
GIROPAY
-
GRABPAY
-
IDEAL
-
KLARNA
-
KONBINI
-
LINK
-
MOBILEPAY
-
MULTIBANCO
-
OXXO
-
P24
-
PAYNOW
-
PAYPAL
-
PIX
-
PROMPTPAY
-
REVOLUT_PAY
@SerializedName("revolut_pay") public static final SessionCreateParams.PaymentMethodType REVOLUT_PAY -
SEPA_DEBIT
-
SOFORT
-
SWISH
-
TWINT
-
US_BANK_ACCOUNT
@SerializedName("us_bank_account") public static final SessionCreateParams.PaymentMethodType US_BANK_ACCOUNT -
WECHAT_PAY
-
ZIP
-
-
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
-