toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
ThreeDSecure
/
com.braintreepayments.api
/
ThreeDSecureResult
Three
DSecure
Result
open
class
ThreeDSecureResult
:
Parcelable
Class to parse and contain 3D Secure authentication responses
Members
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
ThreeDSecureResult
>
error
Message
Link copied to clipboard
@get:
Nullable
open
val
errorMessage
:
String
lookup
Link copied to clipboard
open
val
lookup
:
ThreeDSecureLookup
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
tokenized
Card
Link copied to clipboard
@get:
Nullable
open
val
tokenizedCard
:
CardNonce
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
)