Stripe.Params.V2.Core.Accounts.PersonCreateParams.AdditionalNames
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.V2.Core.Accounts.PersonCreateParams.AdditionalNames{ full_name: String.t() | nil, given_name: String.t() | nil, purpose: String.t() | nil, surname: String.t() | nil }
full_name- The person's full name.given_name- The person's first or given name.purpose- The purpose or type of the additional name. Possible values:alias,maiden.surname- The person's last or family name.