# `Stripe.Params.SetupIntentConfirmParams.PaymentMethodOptions.SepaDebit.MandateOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_confirm_params.ex#L863)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.SetupIntentConfirmParams.PaymentMethodOptions.SepaDebit.MandateOptions{
    reference_prefix: map() | nil
  }
```

* `reference_prefix` - Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'STRIPE'.

---

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