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

Nested struct within the parent resource.

# `t`

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