Package com.stripe.model.identity
Class VerificationReport.IdNumber.Dob
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.identity.VerificationReport.IdNumber.Dob
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- VerificationReport.IdNumber
Point in Time.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Dob
public Dob()
-
-
Method Details
-
getDay
Numerical day between 1 and 31. -
getMonth
Numerical month between 1 and 12. -
getYear
The four-digit year. -
setDay
Numerical day between 1 and 31. -
setMonth
Numerical month between 1 and 12. -
setYear
The four-digit year. -
equals
-
canEqual
-
hashCode
public int hashCode()
-