toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
Card
/
com.braintreepayments.api
/
CardNonce
Card
Nonce
open
class
CardNonce
:
PaymentMethodNonce
PaymentMethodNonce
representing a credit or debit card.
Members
Properties
authentication
Insight
Link copied to clipboard
@get:
Nullable
val
authenticationInsight
:
AuthenticationInsight
bin
Link copied to clipboard
@get:
NonNull
val
bin
:
String
bin
Data
Link copied to clipboard
@get:
NonNull
val
binData
:
BinData
cardholder
Name
Link copied to clipboard
@get:
NonNull
val
cardholderName
:
String
card
Type
Link copied to clipboard
@get:
NonNull
val
cardType
:
String
Companion
Link copied to clipboard
val
Companion
:
PaymentMethodNonce.Companion
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
CardNonce
>
val
CREATOR
:
Parcelable.Creator
<
PaymentMethodNonce
>
expiration
Month
Link copied to clipboard
@get:
NonNull
val
expirationMonth
:
String
expiration
Year
Link copied to clipboard
@get:
NonNull
val
expirationYear
:
String
is
Default
Link copied to clipboard
val
isDefault
:
Boolean
last
Four
Link copied to clipboard
@get:
NonNull
val
lastFour
:
String
last
Two
Link copied to clipboard
@get:
NonNull
val
lastTwo
:
String
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
string
Link copied to clipboard
val
string
:
String
three
DSecure
Info
Link copied to clipboard
@get:
NonNull
val
threeDSecureInfo
:
ThreeDSecureInfo
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)