# `Stripe.Resources.Invoice.PaymentSettings.PaymentMethodOptions.Bancontact`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/invoice.ex#L590)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Invoice.PaymentSettings.PaymentMethodOptions.Bancontact{
    preferred_language: String.t() | nil
  }
```

* `preferred_language` - Preferred language of the Bancontact authorization page that the customer is redirected to. Possible values: `de`, `en`, `fr`, `nl`.

---

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