Class VerificationReport.Phone

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationReport.Phone
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
VerificationReport

public static class VerificationReport.Phone extends StripeObject
Result from a phone check.
  • Constructor Details

    • Phone

      public Phone()
  • Method Details

    • getError

      Details on the verification error. Present when status is unverified.
    • getPhone

      public String getPhone()
      Phone to be verified.
    • getStatus

      public String getStatus()
      Status of this phone check.

      One of unverified, or verified.

    • setError

      public void setError(VerificationReport.Phone.Errors error)
      Details on the verification error. Present when status is unverified.
    • setPhone

      public void setPhone(String phone)
      Phone to be verified.
    • setStatus

      public void setStatus(String status)
      Status of this phone check.

      One of unverified, or verified.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object