# `Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Merchant.BacsDebitPayments`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_update_params.ex#L267)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Merchant.BacsDebitPayments{
    display_name: String.t() | nil
  }
```

* `display_name` - Display name for Bacs Direct Debit payments.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
