Package com.stripe.param
Enum Class InvoiceCreateParams.PaymentSettings.PaymentMethodType
java.lang.Object
java.lang.Enum<InvoiceCreateParams.PaymentSettings.PaymentMethodType>
com.stripe.param.InvoiceCreateParams.PaymentSettings.PaymentMethodType
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<InvoiceCreateParams.PaymentSettings.PaymentMethodType>
,Constable
- Enclosing class:
- InvoiceCreateParams.PaymentSettings
public static enum InvoiceCreateParams.PaymentSettings.PaymentMethodType
extends Enum<InvoiceCreateParams.PaymentSettings.PaymentMethodType>
implements ApiRequestParams.EnumParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the
first `put/putAll` call, and subsequent calls add additional key/value pairs to the
original map. See
InvoiceCreateParams.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters.extraParams
for the field documentation.-
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
-
ACH_CREDIT_TRANSFER
@SerializedName("ach_credit_transfer") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType ACH_CREDIT_TRANSFER -
ACH_DEBIT
@SerializedName("ach_debit") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType ACH_DEBIT -
ACSS_DEBIT
@SerializedName("acss_debit") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType ACSS_DEBIT -
AMAZON_PAY
@SerializedName("amazon_pay") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType AMAZON_PAY -
AU_BECS_DEBIT
@SerializedName("au_becs_debit") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType AU_BECS_DEBIT -
BACS_DEBIT
@SerializedName("bacs_debit") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType BACS_DEBIT -
BANCONTACT
@SerializedName("bancontact") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType BANCONTACT -
BOLETO
@SerializedName("boleto") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType BOLETO -
CARD
@SerializedName("card") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType CARD -
CASHAPP
@SerializedName("cashapp") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType CASHAPP -
CUSTOMER_BALANCE
@SerializedName("customer_balance") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType CUSTOMER_BALANCE -
EPS
@SerializedName("eps") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType EPS -
FPX
@SerializedName("fpx") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType FPX -
GIROPAY
@SerializedName("giropay") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType GIROPAY -
GRABPAY
@SerializedName("grabpay") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType GRABPAY -
IDEAL
@SerializedName("ideal") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType IDEAL -
KONBINI
@SerializedName("konbini") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType KONBINI -
LINK
@SerializedName("link") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType LINK -
MULTIBANCO
@SerializedName("multibanco") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType MULTIBANCO -
P24
@SerializedName("p24") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType P24 -
PAYNOW
@SerializedName("paynow") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType PAYNOW -
PAYPAL
@SerializedName("paypal") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType PAYPAL -
PROMPTPAY
@SerializedName("promptpay") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType PROMPTPAY -
REVOLUT_PAY
@SerializedName("revolut_pay") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType REVOLUT_PAY -
SEPA_CREDIT_TRANSFER
@SerializedName("sepa_credit_transfer") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType SEPA_CREDIT_TRANSFER -
SEPA_DEBIT
@SerializedName("sepa_debit") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType SEPA_DEBIT -
SOFORT
@SerializedName("sofort") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType SOFORT -
SWISH
@SerializedName("swish") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType SWISH -
US_BANK_ACCOUNT
@SerializedName("us_bank_account") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType US_BANK_ACCOUNT -
WECHAT_PAY
@SerializedName("wechat_pay") public static final InvoiceCreateParams.PaymentSettings.PaymentMethodType WECHAT_PAY
-
-
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
-