Package com.stripe.param
Enum Class PaymentIntentCreateParams.PaymentMethodData.Type
java.lang.Object
java.lang.Enum<PaymentIntentCreateParams.PaymentMethodData.Type>
com.stripe.param.PaymentIntentCreateParams.PaymentMethodData.Type
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<PaymentIntentCreateParams.PaymentMethodData.Type>
,Constable
- Enclosing class:
- PaymentIntentCreateParams.PaymentMethodData
public static enum PaymentIntentCreateParams.PaymentMethodData.Type
extends Enum<PaymentIntentCreateParams.PaymentMethodData.Type>
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
@SerializedName("acss_debit") public static final PaymentIntentCreateParams.PaymentMethodData.Type ACSS_DEBIT -
AFFIRM
@SerializedName("affirm") public static final PaymentIntentCreateParams.PaymentMethodData.Type AFFIRM -
AFTERPAY_CLEARPAY
@SerializedName("afterpay_clearpay") public static final PaymentIntentCreateParams.PaymentMethodData.Type AFTERPAY_CLEARPAY -
ALIPAY
@SerializedName("alipay") public static final PaymentIntentCreateParams.PaymentMethodData.Type ALIPAY -
AMAZON_PAY
@SerializedName("amazon_pay") public static final PaymentIntentCreateParams.PaymentMethodData.Type AMAZON_PAY -
AU_BECS_DEBIT
@SerializedName("au_becs_debit") public static final PaymentIntentCreateParams.PaymentMethodData.Type AU_BECS_DEBIT -
BACS_DEBIT
@SerializedName("bacs_debit") public static final PaymentIntentCreateParams.PaymentMethodData.Type BACS_DEBIT -
BANCONTACT
@SerializedName("bancontact") public static final PaymentIntentCreateParams.PaymentMethodData.Type BANCONTACT -
BLIK
-
BOLETO
@SerializedName("boleto") public static final PaymentIntentCreateParams.PaymentMethodData.Type BOLETO -
CASHAPP
@SerializedName("cashapp") public static final PaymentIntentCreateParams.PaymentMethodData.Type CASHAPP -
CUSTOMER_BALANCE
@SerializedName("customer_balance") public static final PaymentIntentCreateParams.PaymentMethodData.Type CUSTOMER_BALANCE -
EPS
-
FPX
-
GIROPAY
@SerializedName("giropay") public static final PaymentIntentCreateParams.PaymentMethodData.Type GIROPAY -
GRABPAY
@SerializedName("grabpay") public static final PaymentIntentCreateParams.PaymentMethodData.Type GRABPAY -
IDEAL
-
KLARNA
@SerializedName("klarna") public static final PaymentIntentCreateParams.PaymentMethodData.Type KLARNA -
KONBINI
@SerializedName("konbini") public static final PaymentIntentCreateParams.PaymentMethodData.Type KONBINI -
LINK
-
MOBILEPAY
@SerializedName("mobilepay") public static final PaymentIntentCreateParams.PaymentMethodData.Type MOBILEPAY -
MULTIBANCO
@SerializedName("multibanco") public static final PaymentIntentCreateParams.PaymentMethodData.Type MULTIBANCO -
OXXO
-
P24
-
PAYNOW
@SerializedName("paynow") public static final PaymentIntentCreateParams.PaymentMethodData.Type PAYNOW -
PAYPAL
@SerializedName("paypal") public static final PaymentIntentCreateParams.PaymentMethodData.Type PAYPAL -
PIX
-
PROMPTPAY
@SerializedName("promptpay") public static final PaymentIntentCreateParams.PaymentMethodData.Type PROMPTPAY -
REVOLUT_PAY
@SerializedName("revolut_pay") public static final PaymentIntentCreateParams.PaymentMethodData.Type REVOLUT_PAY -
SEPA_DEBIT
@SerializedName("sepa_debit") public static final PaymentIntentCreateParams.PaymentMethodData.Type SEPA_DEBIT -
SOFORT
@SerializedName("sofort") public static final PaymentIntentCreateParams.PaymentMethodData.Type SOFORT -
SWISH
-
TWINT
-
US_BANK_ACCOUNT
@SerializedName("us_bank_account") public static final PaymentIntentCreateParams.PaymentMethodData.Type US_BANK_ACCOUNT -
WECHAT_PAY
@SerializedName("wechat_pay") public static final PaymentIntentCreateParams.PaymentMethodData.Type 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
-