# `Stripe.Resources.PaymentIntent.PaymentMethodOptions.CustomerBalance.BankTransfer.EuBankTransfer`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_intent.ex#L1153)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentIntent.PaymentMethodOptions.CustomerBalance.BankTransfer.EuBankTransfer{
    country: String.t() | nil
  }
```

* `country` - The desired country code of the bank account information. Permitted values include: `BE`, `DE`, `ES`, `FR`, `IE`, or `NL`. Possible values: `BE`, `DE`, `ES`, `FR`, `IE`, `NL`.

---

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