# `Stripe.Params.V2.Core.AccountTokenCreateParams.Identity.BusinessDetails.RegistrationDate`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_token_create_params.ex#L480)

Nested parameters.

# `t`

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

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

---

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