# `Stripe.Params.AccountPersonUpdateParams.UsCfpbData`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_person_update_params.ex#L307)

Nested parameters.

# `t`

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

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

---

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