# `Stripe.Resources.Person.UsCfpbData.EthnicityDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/person.ex#L415)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Person.UsCfpbData.EthnicityDetails{
  ethnicity: [String.t()] | nil,
  ethnicity_other: String.t() | nil
}
```

* `ethnicity` - The persons ethnicity Nullable.
* `ethnicity_other` - Please specify your origin, when other is selected. Max length: 5000. Nullable.

---

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