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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.V2.Core.AccountTokenCreateParams.Identity{
  attestations:
    Stripe.Params.V2.Core.AccountTokenCreateParams.Identity.Attestations.t()
    | nil,
  business_details:
    Stripe.Params.V2.Core.AccountTokenCreateParams.Identity.BusinessDetails.t()
    | nil,
  entity_type: String.t() | nil,
  individual:
    Stripe.Params.V2.Core.AccountTokenCreateParams.Identity.Individual.t() | nil
}
```

* `attestations` - Attestations from the identity's key people, e.g. owners, executives, directors, representatives.
* `business_details` - Information about the company or business.
* `entity_type` - The entity type. Possible values: `company`, `government_entity`, `individual`, `non_profit`.
* `individual` - Information about the person represented by the account.

---

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