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

Nested parameters.

# `t`

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

* `shown_and_accepted` - The boolean value indicating if the terms of service have been accepted.

---

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