# `Stripe.Params.PaymentMethodConfigurationCreateParams.SepaDebit`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_method_configuration_create_params.ex#L1366)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentMethodConfigurationCreateParams.SepaDebit{
  display_preference:
    Stripe.Params.PaymentMethodConfigurationCreateParams.SepaDebit.DisplayPreference.t()
    | nil
}
```

* `display_preference` - Whether or not the payment method should be displayed.

---

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