Package io.trippay.sdk.payment.model
Class CardholderIndividualDob
java.lang.Object
io.trippay.sdk.payment.model.CardholderIndividualDob
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-26T14:25:21.883820559+07:00[Asia/Bangkok]")
public class CardholderIndividualDob
extends Object
The date of birth of this cardholder.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JSON_PROPERTY_DAY
- See Also:
-
JSON_PROPERTY_MONTH
- See Also:
-
JSON_PROPERTY_YEAR
- See Also:
-
-
Constructor Details
-
CardholderIndividualDob
public CardholderIndividualDob()
-
-
Method Details
-
day
-
getDay
The day of birth, between 1 and 31.- Returns:
- day
-
setDay
-
month
-
getMonth
The month of birth, between 1 and 12.- Returns:
- month
-
setMonth
-
year
-
getYear
The four-digit year of birth.- Returns:
- year
-
setYear
-
equals
-
hashCode
public int hashCode() -
toString
-