# `Stripe.Params.V2.Core.Accounts.PersonCreateParams.AdditionalTermsOfService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/accounts/person_create_params.ex#L114)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.Accounts.PersonCreateParams.AdditionalTermsOfService{
    account:
      Stripe.Params.V2.Core.Accounts.PersonCreateParams.AdditionalTermsOfService.Account.t()
      | nil
  }
```

* `account` - Stripe terms of service agreement.

---

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