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