# `Stripe.Params.PaymentMethodConfigurationUpdateParams.Sofort.DisplayPreference`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_method_configuration_update_params.ex#L1401)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.PaymentMethodConfigurationUpdateParams.Sofort.DisplayPreference{
    preference: String.t() | nil
  }
```

* `preference` - The account's preference for whether or not to display this payment method. Possible values: `none`, `off`, `on`.

---

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