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

Nested struct within the parent resource.

# `t`

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

* `account` - Stripe terms of service agreement.

---

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