# `Stripe.Params.AccountPersonCreateParams.UsCfpbData.RaceDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_person_create_params.ex#L336)

Nested parameters.

# `t`

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

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

---

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