# `Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.BacsDebit`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_create_params.ex#L644)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.BacsDebit{
  mandate_options:
    Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.BacsDebit.MandateOptions.t()
    | nil
}
```

* `mandate_options` - Additional fields for Mandate creation

---

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