# `Stripe.Params.V2.Core.AccountTokenCreateParams.Identity.Attestations.TermsOfService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_token_create_params.ex#L116)

Nested parameters.

# `t`

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

* `account` - Details on the Account'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*
