Package com.stripe.model.identity
Class VerificationSession.Options
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.identity.VerificationSession.Options
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationSession
public static class VerificationSession.Options extends StripeObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerificationSession.Options.Documentstatic classVerificationSession.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)VerificationSession.Options.DocumentgetDocument()VerificationSession.Options.IdNumbergetIdNumber()inthashCode()voidsetDocument(VerificationSession.Options.Document document)voidsetIdNumber(VerificationSession.Options.IdNumber idNumber)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getDocument
public VerificationSession.Options.Document getDocument()
-
getIdNumber
public VerificationSession.Options.IdNumber getIdNumber()
-
setDocument
public void setDocument(VerificationSession.Options.Document document)
-
setIdNumber
public void setIdNumber(VerificationSession.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
-
-