# `Stripe.Resources.Account.Company.OwnershipDeclaration`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/account.ex#L533)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Account.Company.OwnershipDeclaration{
  date: integer() | nil,
  ip: String.t() | nil,
  user_agent: String.t() | nil
}
```

* `date` - The Unix timestamp marking when the beneficial owner attestation was made. Format: Unix timestamp. Nullable.
* `ip` - The IP address from which the beneficial owner attestation was made. Max length: 5000. Nullable.
* `user_agent` - The user-agent string from the browser where the beneficial owner attestation was made. Max length: 5000. Nullable.

---

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