# `Stripe.Resources.V2.Core.AccountPerson.ScriptNames`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/v2/core/account_person.ex#L472)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.V2.Core.AccountPerson.ScriptNames{
  kana: Stripe.Resources.V2.Core.AccountPerson.ScriptNames.Kana.t() | nil,
  kanji: Stripe.Resources.V2.Core.AccountPerson.ScriptNames.Kanji.t() | nil
}
```

* `kana` - Persons name in kana script.
* `kanji` - Persons name in kanji script.

---

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