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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.Identity.Attestations.TermsOfService{
    account:
      Stripe.Params.V2.Core.AccountUpdateParams.Identity.Attestations.TermsOfService.Account.t()
      | nil,
    crypto_storer:
      Stripe.Params.V2.Core.AccountUpdateParams.Identity.Attestations.TermsOfService.CryptoStorer.t()
      | nil,
    storer:
      Stripe.Params.V2.Core.AccountUpdateParams.Identity.Attestations.TermsOfService.Storer.t()
      | nil
  }
```

* `account` - Details on the Account's acceptance of the [Stripe Services Agreement](https://docs.stripe.com/connect/updating-accounts#tos-acceptance).
* `crypto_storer` - Details on the Account's acceptance of Crypto-storer-specific terms of service.
* `storer` - Details on the Account's acceptance of Treasury-specific terms of service.

---

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