# `Stripe.Resources.Person.Dob`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/person.ex#L217)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Person.Dob{
  day: integer() | nil,
  month: integer() | nil,
  year: integer() | nil
}
```

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

---

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