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
Airwallex
Payment
Status
sealed
class
AirwallexPaymentStatus
Inheritors
Success
InProgress
Failure
Cancel
Members
Types
Cancel
Link copied to clipboard
object
Cancel
:
AirwallexPaymentStatus
Failure
Link copied to clipboard
data
class
Failure
(
val
exception
:
AirwallexException
)
:
AirwallexPaymentStatus
In
Progress
Link copied to clipboard
data
class
InProgress
(
val
paymentIntentId
:
String
?
)
:
AirwallexPaymentStatus
Success
Link copied to clipboard
data
class
Success
(
val
paymentIntentId
:
String
?
,
val
consentId
:
String
?
=
null
,
val
additionalInfo
:
Map
<
String
,
Any
>
?
=
null
)
:
AirwallexPaymentStatus