Class VerificationSession.ProvidedDetails

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

public static class VerificationSession.ProvidedDetails extends StripeObject
Request one time password verification of provided_details.phone.
  • Constructor Details

    • ProvidedDetails

      public ProvidedDetails()
  • Method Details

    • getEmail

      public String getEmail()
      Email of user being verified.
    • getPhone

      public String getPhone()
      Phone number of user being verified.
    • setEmail

      public void setEmail(String email)
      Email of user being verified.
    • setPhone

      public void setPhone(String phone)
      Phone number of user being 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