# `Stripe.Resources.ConfirmationToken.PaymentMethodPreview.Klarna`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/confirmation_token.ex#L1082)

Nested struct within the parent resource.

# `t`

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

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

---

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