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

Nested parameters.

# `t`

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

* `attested` - A boolean indicating if the representative is authorized to act as the representative of their legal entity.

---

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