# `Stripe.Resources.SetupIntent.PaymentMethodOptions.Klarna`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/setup_intent.ex#L347)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SetupIntent.PaymentMethodOptions.Klarna{
  currency: String.t() | nil,
  preferred_locale: String.t() | nil
}
```

* `currency` - The currency of the setup intent. Three letter ISO currency code. Format: ISO 4217 currency code. Nullable.
* `preferred_locale` - Preferred locale of the Klarna checkout page that the customer is redirected to. Max length: 5000. Nullable.

---

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