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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Person.UsCfpbData{
  ethnicity_details:
    Stripe.Resources.Person.UsCfpbData.EthnicityDetails.t() | nil,
  race_details: Stripe.Resources.Person.UsCfpbData.RaceDetails.t() | nil,
  self_identified_gender: String.t() | nil
}
```

* `ethnicity_details` - The persons ethnicity details Nullable.
* `race_details` - The persons race details Nullable.
* `self_identified_gender` - The persons self-identified gender Max length: 5000. Nullable.

---

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