Stripe.Resources.Identity.VerificationSession.RelatedPerson
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Identity.VerificationSession.RelatedPerson{ account: String.t() | nil, person: String.t() | nil }
account- Token referencing the associated Account of the related Person resource. Max length: 5000.person- Token referencing the related Person resource. Max length: 5000.