Stripe.Resources.Identity.VerificationReport.Phone (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: Stripe.Resources.Identity.VerificationReport.Phone.Error.t() | nil,
  phone: String.t() | nil,
  status: String.t() | nil
}
  • error - Details on the verification error. Present when status is unverified. Nullable.
  • phone - Phone to be verified. Max length: 5000. Nullable.
  • status - Status of this phone check. Possible values: unverified, verified.