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
The user agent of the browser from which the cardholder accepted the Authorized User
Terms.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
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.int
hashCode()
void
The day of birth, between 1 and 31.void
The month of birth, between 1 and 12.void
The four-digit year of birth.Methods inherited from class com.stripe.model.StripeObject
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()
-