# `Stripe.Resources.V2.Core.Account.Identity.Attestations.TermsOfService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L2880)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.Account.Identity.Attestations.TermsOfService{
  account:
    Stripe.Resources.V2.Core.Account.Identity.Attestations.TermsOfService.Account.t()
    | nil
}
```

* `account` - Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).

---

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