Package com.stripe.model
Class Person.Verification.AdditionalDocument
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Person.Verification.AdditionalDocument
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Person.Verification
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBack()
Get ID of expandableback
object.Get expandedback
.A user-displayable string describing the verification state of this document.One ofdocument_corrupt
,document_country_not_supported
,document_expired
,document_failed_copy
,document_failed_other
,document_failed_test_mode
,document_fraudulent
,document_failed_greyscale
,document_incomplete
,document_invalid
,document_manipulated
,document_missing_back
,document_missing_front
,document_not_readable
,document_not_uploaded
,document_photo_mismatch
,document_too_large
, ordocument_type_not_supported
.getFront()
Get ID of expandablefront
object.Get expandedfront
.int
hashCode()
void
void
setBackObject
(File expandableObject) void
setDetails
(String details) A user-displayable string describing the verification state of this document.void
setDetailsCode
(String detailsCode) One ofdocument_corrupt
,document_country_not_supported
,document_expired
,document_failed_copy
,document_failed_other
,document_failed_test_mode
,document_fraudulent
,document_failed_greyscale
,document_incomplete
,document_invalid
,document_manipulated
,document_missing_back
,document_missing_front
,document_not_readable
,document_not_uploaded
,document_photo_mismatch
,document_too_large
, ordocument_type_not_supported
.void
void
setFrontObject
(File expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AdditionalDocument
public AdditionalDocument()
-
-
Method Details
-
getBack
Get ID of expandableback
object. -
setBack
-
getBackObject
Get expandedback
. -
setBackObject
-
getFront
Get ID of expandablefront
object. -
setFront
-
getFrontObject
Get expandedfront
. -
setFrontObject
-
getDetails
A user-displayable string describing the verification state of this document. For example, if a document is uploaded and the picture is too fuzzy, this may say "Identity document is too unclear to read". -
getDetailsCode
One ofdocument_corrupt
,document_country_not_supported
,document_expired
,document_failed_copy
,document_failed_other
,document_failed_test_mode
,document_fraudulent
,document_failed_greyscale
,document_incomplete
,document_invalid
,document_manipulated
,document_missing_back
,document_missing_front
,document_not_readable
,document_not_uploaded
,document_photo_mismatch
,document_too_large
, ordocument_type_not_supported
. A machine-readable code specifying the verification state for this document. -
setDetails
A user-displayable string describing the verification state of this document. For example, if a document is uploaded and the picture is too fuzzy, this may say "Identity document is too unclear to read". -
setDetailsCode
One ofdocument_corrupt
,document_country_not_supported
,document_expired
,document_failed_copy
,document_failed_other
,document_failed_test_mode
,document_fraudulent
,document_failed_greyscale
,document_incomplete
,document_invalid
,document_manipulated
,document_missing_back
,document_missing_front
,document_not_readable
,document_not_uploaded
,document_photo_mismatch
,document_too_large
, ordocument_type_not_supported
. A machine-readable code specifying the verification state for this document. -
equals
-
canEqual
-
hashCode
public int hashCode()
-