# `Stripe.Resources.V2.Core.Account.Identity.Individual.DateOfBirth`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L3621)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Account.Identity.Individual.DateOfBirth{
  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*
