# `Stripe.Params.V2.Core.AccountUpdateParams.Identity.Individual.DateOfBirth`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_update_params.ex#L1994)

Nested parameters.

# `t`

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

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

---

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