Package com.stripe.model.issuing
Class Cardholder.Individual.Verification.Document
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.issuing.Cardholder.Individual.Verification.Document
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cardholder.Individual.Verification
public static class Cardholder.Individual.Verification.Document extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetBack()Get ID of expandablebackobject.FilegetBackObject()Get expandedback.java.lang.StringgetFront()Get ID of expandablefrontobject.FilegetFrontObject()inthashCode()voidsetBack(java.lang.String id)voidsetBackObject(File expandableObject)voidsetFront(java.lang.String id)voidsetFrontObject(File expandableObject)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getBack
public java.lang.String getBack()
Get ID of expandablebackobject.
-
setBack
public void setBack(java.lang.String id)
-
getBackObject
public File getBackObject()
Get expandedback.
-
setBackObject
public void setBackObject(File expandableObject)
-
getFront
public java.lang.String getFront()
Get ID of expandablefrontobject.
-
setFront
public void setFront(java.lang.String id)
-
getFrontObject
public File getFrontObject()
-
setFrontObject
public void setFrontObject(File expandableObject)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-