Package com.stripe.model.identity
Class VerificationReport.Phone
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationReport.Phone
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationReport
Result from a phone 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
-
Phone
public Phone()
-
-
Method Details
-
getError
Details on the verification error. Present when status isunverified
. -
getPhone
Phone to be verified. -
getStatus
Status of thisphone
check.One of
unverified
, orverified
. -
setError
Details on the verification error. Present when status isunverified
. -
setPhone
Phone to be verified. -
setStatus
Status of thisphone
check.One of
unverified
, orverified
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-