Package com.stripe.model.identity
Class VerificationReport.Document.Dob
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationReport.Document.Dob
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- VerificationReport.Document
Point in Time.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Dobpublic Dob()
 
- 
- 
Method Details- 
getDayNumerical day between 1 and 31.
- 
getMonthNumerical month between 1 and 12.
- 
getYearThe four-digit year.
- 
setDayNumerical day between 1 and 31.
- 
setMonthNumerical month between 1 and 12.
- 
setYearThe four-digit year.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-