Stripe.Resources.Person.UsCfpbData (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.