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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountCreateParams.Identity.Attestations.TermsOfService{
    account:
      Stripe.Params.V2.Core.AccountCreateParams.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*
