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
/
AirwallexPaymentStatus
/
Success
Success
data
class
Success
(
val
paymentIntentId
:
String
?
,
val
consentId
:
String
?
=
null
,
val
additionalInfo
:
Map
<
String
,
Any
>
?
=
null
)
:
AirwallexPaymentStatus
Members
Constructors
Success
Link copied to clipboard
constructor
(
paymentIntentId
:
String
?
,
consentId
:
String
?
=
null
,
additionalInfo
:
Map
<
String
,
Any
>
?
=
null
)
Properties
additional
Info
Link copied to clipboard
val
additionalInfo
:
Map
<
String
,
Any
>
?
=
null
consent
Id
Link copied to clipboard
val
consentId
:
String
?
=
null
payment
Intent
Id
Link copied to clipboard
val
paymentIntentId
:
String
?