# `Stripe.Params.TokenCreateParams.Account.Company.RepresentativeDeclaration`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/token_create_params.ex#L229)

Nested parameters.

# `t`

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

* `date` - The Unix timestamp marking when the representative declaration attestation was made. Format: Unix timestamp.
* `ip` - The IP address from which the representative declaration attestation was made.
* `user_agent` - The user agent of the browser from which the representative declaration attestation was made. Max length: 5000.

---

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