toggle menu
elepay
androidJvm
switch theme
search in API
elepay
/
jp.elestyle.androidapp.elepay.data
/
CreditCardInfo
Credit
Card
Info
class
CreditCardInfo
(
val
number
:
String
,
val
month
:
Int
,
val
year
:
Int
,
val
cvc
:
String
)
:
Parcelable
Members
Constructors
Credit
Card
Info
Link copied to clipboard
constructor
(
number
:
String
,
month
:
Int
,
year
:
Int
,
cvc
:
String
)
Properties
cvc
Link copied to clipboard
val
cvc
:
String
month
Link copied to clipboard
val
month
:
Int
number
Link copied to clipboard
val
number
:
String
year
Link copied to clipboard
val
year
:
Int
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)