# `Stripe.Resources.V2.Core.AccountPerson.AdditionalTermsOfService.Account`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account_person.ex#L147)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.AccountPerson.AdditionalTermsOfService.Account{
  date: String.t() | nil,
  ip: String.t() | nil,
  user_agent: String.t() | nil
}
```

* `date` - The time when the Account's representative accepted the terms of service. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. Format: date-time.
* `ip` - The IP address from which the Account's representative accepted the terms of service.
* `user_agent` - The user agent of the browser from which the Account's representative accepted the terms of service.

---

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