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
.getFront()
Get ID of expandablefront
object.Get expandedfront
.int
hashCode()
void
void
setBackObject
(File expandableObject) void
setDetails
(String details) void
setDetailsCode
(String detailsCode) void
void
setFrontObject
(File expandableObject) Methods inherited from class com.stripe.model.StripeObject
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
-
getDetailsCode
-
setDetails
-
setDetailsCode
-
equals
-
canEqual
-
hashCode
public int hashCode()
-