# `Stripe.Resources.V2.Core.Account.Identity.Individual.AdditionalNames`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account.ex#L3545)

Nested struct within the parent resource.

# `t`

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

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

---

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