airwallex-android
Toggle table of contents
6.6.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
airwallex
/
com.airwallex.android.view
/
PaymentFlowViewModel
/
DeleteConsentResult
Delete
Consent
Result
sealed
class
DeleteConsentResult
Result of deleting a payment consent
Inheritors
Success
Failure
Members
Types
Failure
Link copied to clipboard
data
class
Failure
(
val
exception
:
Throwable
)
:
PaymentFlowViewModel.DeleteConsentResult
Success
Link copied to clipboard
data
class
Success
(
val
consent
:
PaymentConsent
)
:
PaymentFlowViewModel.DeleteConsentResult