toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.model
/
SourceTypeModel
/
Card
Card
data
class
Card
:
SourceTypeModel
Members
Types
Three
DSecure
Status
Link copied to clipboard
enum
ThreeDSecureStatus
:
Enum
<
SourceTypeModel.Card.ThreeDSecureStatus
>
Properties
address
Line1Check
Link copied to clipboard
val
addressLine1Check
:
String
?
=
null
address
Zip
Check
Link copied to clipboard
val
addressZipCheck
:
String
?
=
null
brand
Link copied to clipboard
val
brand
:
CardBrand
country
Link copied to clipboard
val
country
:
String
?
=
null
cvc
Check
Link copied to clipboard
val
cvcCheck
:
String
?
=
null
dynamic
Last4
Link copied to clipboard
val
dynamicLast4
:
String
?
=
null
expiry
Month
Link copied to clipboard
val
expiryMonth
:
Int
?
=
null
expiry
Year
Link copied to clipboard
val
expiryYear
:
Int
?
=
null
funding
Link copied to clipboard
val
funding
:
CardFunding
?
=
null
last4
Link copied to clipboard
val
last4
:
String
?
=
null
three
DSecure
Status
Link copied to clipboard
val
threeDSecureStatus
:
SourceTypeModel.Card.ThreeDSecureStatus
?
=
null
tokenization
Method
Link copied to clipboard
val
tokenizationMethod
:
TokenizationMethod
?
=
null
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
)