Package com.stripe.model.v2.core
Class AccountPerson.Documents.SecondaryVerification
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.AccountPerson.Documents.SecondaryVerification
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountPerson.Documents
A document showing address, either a passport, local ID card, or utility bill from a
well-known utility company.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The file upload tokens for the front and back of the verification document. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The file upload tokens for the front and back of the verification document.getType()
The format of the verification document.int
hashCode()
void
The file upload tokens for the front and back of the verification document.void
The format of the verification document.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SecondaryVerification
public SecondaryVerification()
-
-
Method Details
-
getFrontBack
The file upload tokens for the front and back of the verification document. -
getType
The format of the verification document. Currently supportsfront_back
only.Equal to
front_back
. -
setFrontBack
The file upload tokens for the front and back of the verification document. -
setType
The format of the verification document. Currently supportsfront_back
only.Equal to
front_back
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-