stripe-android
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stripe-android
payments-core
/
com.stripe.android.model
/
ExpirationDate
/
Validated
Validated
class
Validated
(
val
month
:
Int
,
val
year
:
Int
)
:
ExpirationDate
Members
Constructors
Validated
Link copied to clipboard
constructor
(
month
:
Int
,
year
:
Int
)
Properties
month
Link copied to clipboard
val
month
:
Int
year
Link copied to clipboard
val
year
:
Int