Class InvoiceCreateParams.PaymentSettings.PaymentMethodOptions.Konbini

java.lang.Object
com.stripe.param.InvoiceCreateParams.PaymentSettings.PaymentMethodOptions.Konbini
Enclosing class:
InvoiceCreateParams.PaymentSettings.PaymentMethodOptions

public static class InvoiceCreateParams.PaymentSettings.PaymentMethodOptions.Konbini extends Object
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.
  • Method Details

    • builder

    • getExtraParams

      public Map<String,Object> 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.