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

Nested struct within the parent resource.

# `t`

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

* `mandate_options`

---

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