toggle menu
Frames Android SDK by Checkout.com - v4.2.5
4.2.5
androidJvm
switch theme
search in API
checkout
/
com.checkout.threedsecure.model
/
ProcessThreeDSRequest
Process
Three
DSRequest
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
ProcessThreeDSRequest
(
val
redirectUrl
:
String
?
,
val
successUrl
:
String
,
val
failureUrl
:
String
)
Members
Constructors
Process
Three
DSRequest
Link copied to clipboard
constructor
(
redirectUrl
:
String
?
,
successUrl
:
String
,
failureUrl
:
String
)
Properties
failure
Url
Link copied to clipboard
val
failureUrl
:
String
redirect
Url
Link copied to clipboard
val
redirectUrl
:
String
?
success
Url
Link copied to clipboard
val
successUrl
:
String