stripe-android
payments-core
/
com.stripe.android.model
/
ConsumerPaymentDetails
/
Card
Card
data
class
Card
(
val
id
:
String
,
val
isDefault
:
Boolean
,
val
expiryYear
:
Int
,
val
expiryMonth
:
Int
,
val
brand
:
CardBrand
,
val
last4
:
String
)
:
ConsumerPaymentDetails.PaymentDetails
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Card
Link copied to clipboard
fun
Card
(
id
:
String
,
isDefault
:
Boolean
,
expiryYear
:
Int
,
expiryMonth
:
Int
,
brand
:
CardBrand
,
last4
:
String
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
brand
Link copied to clipboard
val
brand
:
CardBrand
Content copied to clipboard
expiryMonth
Link copied to clipboard
val
expiryMonth
:
Int
Content copied to clipboard
expiryYear
Link copied to clipboard
val
expiryYear
:
Int
Content copied to clipboard
id
Link copied to clipboard
open
override
val
id
:
String
Content copied to clipboard
isDefault
Link copied to clipboard
open
override
val
isDefault
:
Boolean
Content copied to clipboard
last4
Link copied to clipboard
val
last4
:
String
Content copied to clipboard