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

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.Identity.Individual.AdditionalNames{
    full_name: String.t() | nil,
    given_name: String.t() | nil,
    purpose: String.t() | nil,
    surname: String.t() | nil
  }
```

* `full_name` - The person's full name.
* `given_name` - The person's first or given name.
* `purpose` - The purpose or type of the additional name. Possible values: `alias`, `maiden`.
* `surname` - The person's last or family name.

---

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