AndroidSDK
Toggle table of contents
2.3.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
AndroidSDK
CardPayments
/
com.paypal.android.cardpayments
/
CardFinishVaultResult
/
Success
Success
data
class
Success
(
val
setupTokenId
:
String
,
val
status
:
String
?
=
null
,
val
didAttemptThreeDSecureAuthentication
:
Boolean
=
false
)
:
CardFinishVaultResult
Members
Constructors
Success
Link copied to clipboard
constructor
(
setupTokenId
:
String
,
status
:
String
?
=
null
,
didAttemptThreeDSecureAuthentication
:
Boolean
=
false
)
Properties
did
Attempt
Three
DSecure
Authentication
Link copied to clipboard
val
didAttemptThreeDSecureAuthentication
:
Boolean
setup
Token
Id
Link copied to clipboard
val
setupTokenId
:
String
status
Link copied to clipboard
val
status
:
String
?