Stripe.Resources.Identity.VerificationReport.IdNumber.Error (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Identity.VerificationReport.IdNumber.Error{
  code: String.t() | nil,
  reason: String.t() | nil
}
  • code - A short machine-readable string giving the reason for the verification failure. Possible values: id_number_insufficient_document_data, id_number_mismatch, id_number_unverified_other. Nullable.
  • reason - A human-readable message giving the reason for the failure. These messages can be shown to your users. Max length: 5000. Nullable.