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

Nested parameters.

# `t`

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

* `attested` - A boolean indicating if the beneficial owner information has been attested.

---

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