# `Stripe.Resources.Account.Settings.Treasury.TosAcceptance`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/account.ex#L1147)

Nested struct within the parent resource.

# `t`

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

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

---

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