# `Stripe.Resources.PaymentMethod.Sofort`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method.ex#L1139)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentMethod.Sofort{country: String.t() | nil}
```

* `country` - Two-letter ISO code representing the country the bank account is located in. Max length: 5000. Nullable.

---

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