Package com.stripe.param.checkout
Enum Class SessionCreateParams.ExcludedPaymentMethodType
java.lang.Object
java.lang.Enum<SessionCreateParams.ExcludedPaymentMethodType>
com.stripe.param.checkout.SessionCreateParams.ExcludedPaymentMethodType
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<SessionCreateParams.ExcludedPaymentMethodType>
,Constable
- Enclosing class:
- SessionCreateParams
public static enum SessionCreateParams.ExcludedPaymentMethodType
extends Enum<SessionCreateParams.ExcludedPaymentMethodType>
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 ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
ACSS_DEBIT
@SerializedName("acss_debit") public static final SessionCreateParams.ExcludedPaymentMethodType ACSS_DEBIT -
AFFIRM
-
AFTERPAY_CLEARPAY
@SerializedName("afterpay_clearpay") public static final SessionCreateParams.ExcludedPaymentMethodType AFTERPAY_CLEARPAY -
ALIPAY
-
ALMA
-
AMAZON_PAY
@SerializedName("amazon_pay") public static final SessionCreateParams.ExcludedPaymentMethodType AMAZON_PAY -
AU_BECS_DEBIT
@SerializedName("au_becs_debit") public static final SessionCreateParams.ExcludedPaymentMethodType AU_BECS_DEBIT -
BACS_DEBIT
@SerializedName("bacs_debit") public static final SessionCreateParams.ExcludedPaymentMethodType BACS_DEBIT -
BANCONTACT
@SerializedName("bancontact") public static final SessionCreateParams.ExcludedPaymentMethodType BANCONTACT -
BILLIE
-
BLIK
-
BOLETO
-
CARD
-
CASHAPP
@SerializedName("cashapp") public static final SessionCreateParams.ExcludedPaymentMethodType CASHAPP -
CRYPTO
-
CUSTOMER_BALANCE
@SerializedName("customer_balance") public static final SessionCreateParams.ExcludedPaymentMethodType CUSTOMER_BALANCE -
EPS
-
FPX
-
GIROPAY
@SerializedName("giropay") public static final SessionCreateParams.ExcludedPaymentMethodType GIROPAY -
GOPAY
-
GRABPAY
@SerializedName("grabpay") public static final SessionCreateParams.ExcludedPaymentMethodType GRABPAY -
IDEAL
-
KAKAO_PAY
@SerializedName("kakao_pay") public static final SessionCreateParams.ExcludedPaymentMethodType KAKAO_PAY -
KLARNA
-
KONBINI
@SerializedName("konbini") public static final SessionCreateParams.ExcludedPaymentMethodType KONBINI -
KR_CARD
@SerializedName("kr_card") public static final SessionCreateParams.ExcludedPaymentMethodType KR_CARD -
MB_WAY
-
MOBILEPAY
@SerializedName("mobilepay") public static final SessionCreateParams.ExcludedPaymentMethodType MOBILEPAY -
MULTIBANCO
@SerializedName("multibanco") public static final SessionCreateParams.ExcludedPaymentMethodType MULTIBANCO -
NAVER_PAY
@SerializedName("naver_pay") public static final SessionCreateParams.ExcludedPaymentMethodType NAVER_PAY -
NZ_BANK_ACCOUNT
@SerializedName("nz_bank_account") public static final SessionCreateParams.ExcludedPaymentMethodType NZ_BANK_ACCOUNT -
OXXO
-
P24
-
PAY_BY_BANK
@SerializedName("pay_by_bank") public static final SessionCreateParams.ExcludedPaymentMethodType PAY_BY_BANK -
PAYCO
-
PAYNOW
-
PAYPAL
-
PAYPAY
-
PAYTO
-
PIX
-
PROMPTPAY
@SerializedName("promptpay") public static final SessionCreateParams.ExcludedPaymentMethodType PROMPTPAY -
QRIS
-
RECHNUNG
@SerializedName("rechnung") public static final SessionCreateParams.ExcludedPaymentMethodType RECHNUNG -
REVOLUT_PAY
@SerializedName("revolut_pay") public static final SessionCreateParams.ExcludedPaymentMethodType REVOLUT_PAY -
SAMSUNG_PAY
@SerializedName("samsung_pay") public static final SessionCreateParams.ExcludedPaymentMethodType SAMSUNG_PAY -
SATISPAY
@SerializedName("satispay") public static final SessionCreateParams.ExcludedPaymentMethodType SATISPAY -
SEPA_DEBIT
@SerializedName("sepa_debit") public static final SessionCreateParams.ExcludedPaymentMethodType SEPA_DEBIT -
SHOPEEPAY
@SerializedName("shopeepay") public static final SessionCreateParams.ExcludedPaymentMethodType SHOPEEPAY -
SOFORT
-
SWISH
-
TWINT
-
US_BANK_ACCOUNT
@SerializedName("us_bank_account") public static final SessionCreateParams.ExcludedPaymentMethodType US_BANK_ACCOUNT -
WECHAT_PAY
@SerializedName("wechat_pay") public static final SessionCreateParams.ExcludedPaymentMethodType 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
-