Package com.stripe.model.issuing
Class Cardholder.Individual.Dob
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Cardholder.Individual.Dob
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cardholder.Individual
For more details about Dob, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetDay()The day of birth, between 1 and 31.getMonth()The month of birth, between 1 and 12.getYear()The four-digit year of birth.inthashCode()voidThe day of birth, between 1 and 31.voidThe month of birth, between 1 and 12.voidThe four-digit year of birth.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Dob
public Dob()
-
-
Method Details
-
getDay
The day of birth, between 1 and 31. -
getMonth
The month of birth, between 1 and 12. -
getYear
The four-digit year of birth. -
setDay
The day of birth, between 1 and 31. -
setMonth
The month of birth, between 1 and 12. -
setYear
The four-digit year of birth. -
equals
-
canEqual
-
hashCode
public int hashCode()
-