Package com.stripe.model
Class Account.Company.RegistrationDate
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Company.RegistrationDate
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Company
For more details about RegistrationDate, 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 boolean
boolean
getDay()
The day of registration, between 1 and 31.getMonth()
The month of registration, between 1 and 12.getYear()
The four-digit year of registration.int
hashCode()
void
The day of registration, between 1 and 31.void
The month of registration, between 1 and 12.void
The four-digit year of registration.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RegistrationDate
public RegistrationDate()
-
-
Method Details
-
getDay
The day of registration, between 1 and 31. -
getMonth
The month of registration, between 1 and 12. -
getYear
The four-digit year of registration. -
setDay
The day of registration, between 1 and 31. -
setMonth
The month of registration, between 1 and 12. -
setYear
The four-digit year of registration. -
equals
-
canEqual
-
hashCode
public int hashCode()
-