Package com.stripe.param
Class InvoiceCreateParams.PaymentSettings.PaymentMethodOptions.Konbini
java.lang.Object
com.stripe.param.InvoiceCreateParams.PaymentSettings.PaymentMethodOptions.Konbini
- Enclosing class:
InvoiceCreateParams.PaymentSettings.PaymentMethodOptions
The bank transfer type that can be used for funding. Permitted values include:
us_bank_account
, eu_bank_account
, id_bank_account
,
gb_bank_account
, jp_bank_account
, mx_bank_account
,
eu_bank_transfer
, gb_bank_transfer
, id_bank_transfer
,
jp_bank_transfer
, mx_bank_transfer
, or us_bank_transfer
.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Map of extra parameters for custom features not available in this client library.
-
Method Details
-
builder
-
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
-