Package com.stripe.model.v2.core
Class AccountPerson.Documents.PrimaryVerification
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.AccountPerson.Documents.PrimaryVerification
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountPerson.Documents
An identifying document showing the person's name, either a passport or local ID card.
-
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
-
PrimaryVerification
public PrimaryVerification()
-
-
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()
-