# `Stripe.Params.SetupIntentUpdateParams.PaymentMethodData.Klarna`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_update_params.ex#L350)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SetupIntentUpdateParams.PaymentMethodData.Klarna{
  dob:
    Stripe.Params.SetupIntentUpdateParams.PaymentMethodData.Klarna.Dob.t() | nil
}
```

* `dob` - Customer's date of birth

---

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