Package com.stripe.model.identity
Class VerificationReport.Email
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationReport.Email
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationReport
Result from a email check.
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Email
public Email()
-
-
Method Details
-
getEmail
Email to be verified. -
getError
Details on the verification error. Present when status isunverified
. -
getStatus
Status of thisemail
check.One of
unverified
, orverified
. -
setEmail
Email to be verified. -
setError
Details on the verification error. Present when status isunverified
. -
setStatus
Status of thisemail
check.One of
unverified
, orverified
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-