Stripe.Resources.Identity.VerificationReport.Phone.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.Phone.Error{
  code: String.t() | nil,
  reason: String.t() | nil
}
  • code - A short machine-readable string giving the reason for the verification failure. Possible values: phone_unverified_other, phone_verification_declined. Nullable.
  • reason - A human-readable message giving the reason for the failure. These messages can be shown to your users. Max length: 5000. Nullable.