toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
ThreeDSecure
/
com.braintreepayments.api
/
ThreeDSecureLookup
Three
DSecure
Lookup
open
class
ThreeDSecureLookup
:
Parcelable
Class to parse and contain 3D Secure lookup params
Members
Constructors
Three
DSecure
Lookup
Link copied to clipboard
constructor
(
)
Properties
acs
Url
Link copied to clipboard
@get:
Nullable
open
val
acsUrl
:
String
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
ThreeDSecureLookup
>
md
Link copied to clipboard
@get:
NonNull
open
val
md
:
String
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
pareq
Link copied to clipboard
@get:
NonNull
open
val
pareq
:
String
term
Url
Link copied to clipboard
@get:
NonNull
open
val
termUrl
:
String
three
DSecure
Version
Link copied to clipboard
@get:
NonNull
open
val
threeDSecureVersion
:
String
transaction
Id
Link copied to clipboard
@get:
NonNull
open
val
transactionId
:
String
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
requires
User
Authentication
Link copied to clipboard
open
fun
requiresUserAuthentication
(
)
:
Boolean
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)