Stripe.Resources.Identity.VerificationReport.IdNumber
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Identity.VerificationReport.IdNumber{ dob: Stripe.Resources.Identity.VerificationReport.IdNumber.Dob.t() | nil, error: Stripe.Resources.Identity.VerificationReport.IdNumber.Error.t() | nil, first_name: String.t() | nil, id_number: String.t() | nil, id_number_type: String.t() | nil, last_name: String.t() | nil, status: String.t() | nil }
dob- Date of birth. Nullable.error- Details on the verification error. Present when status isunverified. Nullable.first_name- First name. Max length: 5000. Nullable.id_number- ID number. Whenid_number_typeisus_ssn, only the last 4 digits are present. Max length: 5000. Nullable.id_number_type- Type of ID number. Possible values:br_cpf,sg_nric,us_ssn. Nullable.last_name- Last name. Max length: 5000. Nullable.status- Status of thisid_numbercheck. Possible values:unverified,verified.