# `Stripe.Resources.SetupIntent.PaymentMethodOptions.BacsDebit`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/setup_intent.ex#L319)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SetupIntent.PaymentMethodOptions.BacsDebit{
  mandate_options: Stripe.Resources.BacsDebitMandateOptions.t() | nil
}
```

* `mandate_options`

---

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