toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.model
/
DateOfBirth
Date
Of
Birth
data
class
DateOfBirth
(
val
day
:
Int
,
val
month
:
Int
,
val
year
:
Int
)
:
StripeParamsModel
,
Parcelable
Members
Constructors
Date
Of
Birth
Link copied to clipboard
constructor
(
day
:
Int
,
month
:
Int
,
year
:
Int
)
Properties
day
Link copied to clipboard
val
day
:
Int
month
Link copied to clipboard
val
month
:
Int
year
Link copied to clipboard
val
year
:
Int
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
Param
Map
Link copied to clipboard
open
override
fun
toParamMap
(
)
:
Map
<
String
,
Any
>
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)