# `Stripe.Resources.PaymentMethod.Klarna`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method.ex#L970)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentMethod.Klarna{
  dob: Stripe.Resources.PaymentMethod.Klarna.Dob.t() | nil
}
```

* `dob` - The customer's date of birth, if provided. Nullable.

---

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