# `Stripe.Params.AccountPersonCreateParams.AdditionalTosAcceptances.Account`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_person_create_params.ex#L111)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.AccountPersonCreateParams.AdditionalTosAcceptances.Account{
    date: integer() | nil,
    ip: String.t() | nil,
    user_agent: map() | nil
  }
```

* `date` - The Unix timestamp marking when the account representative accepted the service agreement. Format: Unix timestamp.
* `ip` - The IP address from which the account representative accepted the service agreement.
* `user_agent` - The user agent of the browser from which the account representative accepted the service agreement.

---

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