Class AccountUpdateParams.Settings.BacsDebitPayments

java.lang.Object
com.stripe.param.AccountUpdateParams.Settings.BacsDebitPayments
Enclosing class:
AccountUpdateParams.Settings

public static class AccountUpdateParams.Settings.BacsDebitPayments extends Object
  • Method Details

    • builder

    • getDisplayName

      public Object getDisplayName()
      The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. If you don't set the display name before requesting Bacs capability, it's automatically set as "Stripe" and the account is onboarded to Stripe branding, which is free.
    • 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.