Package com.stripe.model.v2.core
Class Person.Documents.PrimaryVerification
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Person.Documents.PrimaryVerification
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Person.Documents
For more details about PrimaryVerification, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about FrontBack, please refer to the API Reference. -
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()
-