airwallex-android
Toggle table of contents
6.3.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
components-core
/
com.airwallex.android.core.model
/
ThreeDSecureLookup
Three
DSecure
Lookup
data
class
ThreeDSecureLookup
(
val
transactionId
:
String
?
,
val
payload
:
String
?
,
val
acsUrl
:
String
?
,
val
version
:
String
)
:
Parcelable
Members
Constructors
Three
DSecure
Lookup
Link copied to clipboard
constructor
(
transactionId
:
String
?
,
payload
:
String
?
,
acsUrl
:
String
?
,
version
:
String
)
Properties
acs
Url
Link copied to clipboard
val
acsUrl
:
String
?
payload
Link copied to clipboard
val
payload
:
String
?
transaction
Id
Link copied to clipboard
val
transactionId
:
String
?
version
Link copied to clipboard
val
version
:
String
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
)