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

Nested parameters.

# `t`

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

* `account` - Details on the Person's acceptance of the [Stripe Services Agreement]; IP, date, and User Agent are expanded by Stripe.

---

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