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
/
ThreeDSecure
Three
DSecure
data
class
ThreeDSecure
:
AirwallexModel
,
AirwallexRequestModel
,
Parcelable
Members
Types
Builder
Link copied to clipboard
class
Builder
:
ObjectBuilder
<
ThreeDSecure
>
Properties
acs
Response
Link copied to clipboard
val
acsResponse
:
String
?
=
null
ACS response 3D Secure
return
Url
Link copied to clipboard
val
returnUrl
:
String
?
=
null
Return url for 3D Secure
sdk
Type
Link copied to clipboard
open
val
sdkType
:
String
sdk
Version
Link copied to clipboard
open
val
sdkVersion
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
Param
Map
Link copied to clipboard
open
override
fun
toParamMap
(
)
:
Map
<
String
,
Any
>
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)