# `Stripe.Resources.PaymentMethodConfiguration.MbWay.DisplayPreference`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method_configuration.ex#L1370)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentMethodConfiguration.MbWay.DisplayPreference{
  overridable: boolean() | nil,
  preference: String.t() | nil,
  value: String.t() | nil
}
```

* `overridable` - For child configs, whether or not the account's preference will be observed. If `false`, the parent configuration's default is used. Nullable.
* `preference` - The account's display preference. Possible values: `none`, `off`, `on`.
* `value` - The effective display preference value. Possible values: `off`, `on`.

---

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