# `Stripe.Params.SetupIntentCreateParams.PaymentMethodData.Sofort`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_create_params.ex#L518)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodData.Sofort{
  country: String.t() | nil
}
```

* `country` - Two-letter ISO code representing the country the bank account is located in. Possible values: `AT`, `BE`, `DE`, `ES`, `IT`, `NL`.

---

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