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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SetupIntentUpdateParams.PaymentMethodData.Klarna.Dob{
  day: integer() | nil,
  month: integer() | nil,
  year: integer() | nil
}
```

* `day` - The day of birth, between 1 and 31.
* `month` - The month of birth, between 1 and 12.
* `year` - The four-digit year of birth.

---

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