Package com.stripe.model.identity
Class VerificationReport.Options
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.identity.VerificationReport.Options
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationReport
public static class VerificationReport.Options extends StripeObject
A human-readable message giving the reason for the failure. These messages can be shown to your users.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerificationReport.Options.Documentstatic classVerificationReport.Options.IdNumber
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)VerificationReport.Options.DocumentgetDocument()VerificationReport.Options.IdNumbergetIdNumber()inthashCode()voidsetDocument(VerificationReport.Options.Document document)voidsetIdNumber(VerificationReport.Options.IdNumber idNumber)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getDocument
public VerificationReport.Options.Document getDocument()
-
getIdNumber
public VerificationReport.Options.IdNumber getIdNumber()
-
setDocument
public void setDocument(VerificationReport.Options.Document document)
-
setIdNumber
public void setIdNumber(VerificationReport.Options.IdNumber idNumber)
-
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
-
-