toggle menu
braintree_android
5.2.0
androidJvm
switch theme
search in API
ThreeDSecure
/
com.braintreepayments.api.threedsecure
/
ThreeDSecureLookup
Three
DSecure
Lookup
data
class
ThreeDSecureLookup
:
Parcelable
Data class to parse and contain 3D Secure lookup params
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
acs
Url
Link copied to clipboard
val
acsUrl
:
String
?
md
Link copied to clipboard
val
md
:
String
pareq
Link copied to clipboard
val
pareq
:
String
term
Url
Link copied to clipboard
val
termUrl
:
String
three
DSecure
Version
Link copied to clipboard
val
threeDSecureVersion
:
String
transaction
Id
Link copied to clipboard
val
transactionId
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
requires
User
Authentication
Link copied to clipboard
fun
requiresUserAuthentication
(
)
:
Boolean
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)