# `Stripe.Params.V2.Core.AccountCreateParams.Identity.Attestations.OwnershipDeclaration`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_create_params.ex#L1276)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountCreateParams.Identity.Attestations.OwnershipDeclaration{
    date: String.t() | nil,
    ip: String.t() | nil,
    user_agent: String.t() | nil
  }
```

* `date` - The time marking when the beneficial owner attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. Format: date-time.
* `ip` - The IP address from which the beneficial owner attestation was made.
* `user_agent` - The user agent of the browser from which the beneficial owner attestation was made.

---

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