# `Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodData.Sofort`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/confirmation_token_create_params.ex#L446)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.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*
