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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Person.UsCfpbData.RaceDetails{
  race: [String.t()] | nil,
  race_other: String.t() | nil
}
```

* `race` - The persons race. Nullable.
* `race_other` - Please specify your race, when other is selected. Max length: 5000. Nullable.

---

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