# `Stripe.Params.V2.Core.Accounts.PersonCreateParams.DateOfBirth`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/accounts/person_create_params.ex#L166)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.V2.Core.Accounts.PersonCreateParams.DateOfBirth{
  day: integer() | nil,
  month: integer() | nil,
  year: integer() | nil
}
```

* `day` - The day of birth.
* `month` - The month of birth.
* `year` - The year of birth.

---

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