Stripe.Params.TokenCreateParams.Person.UsCfpbData (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.TokenCreateParams.Person.UsCfpbData{
  ethnicity_details:
    Stripe.Params.TokenCreateParams.Person.UsCfpbData.EthnicityDetails.t() | nil,
  race_details:
    Stripe.Params.TokenCreateParams.Person.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.