# `Stripe.Params.AccountUpdateParams.TosAcceptance`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_update_params.ex#L1974)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountUpdateParams.TosAcceptance{
  date: integer() | nil,
  ip: String.t() | nil,
  service_agreement: String.t() | nil,
  user_agent: String.t() | nil
}
```

* `date` - The Unix timestamp marking when the account representative accepted their service agreement. Format: Unix timestamp.
* `ip` - The IP address from which the account representative accepted their service agreement.
* `service_agreement` - The user's service agreement type. Max length: 5000.
* `user_agent` - The user agent of the browser from which the account representative accepted their service agreement. Max length: 5000.

---

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