toggle menu
adyen-android
androidJvm
switch theme
search in API
sessions-core
/
com.adyen.checkout.sessions.core.internal
/
SessionCallResult
/
Payments
Payments
sealed
class
Payments
:
SessionCallResult
Inheritors
Finished
NotFullyPaidOrder
Action
Error
RefusedPartialPayment
TakenOver
Members
Types
Action
Link copied to clipboard
data
class
Action
(
val
action
:
Action
)
:
SessionCallResult.Payments
Error
Link copied to clipboard
data
class
Error
(
val
throwable
:
Throwable
)
:
SessionCallResult.Payments
Finished
Link copied to clipboard
data
class
Finished
(
val
result
:
SessionPaymentResult
)
:
SessionCallResult.Payments
Not
Fully
Paid
Order
Link copied to clipboard
data
class
NotFullyPaidOrder
(
val
result
:
SessionPaymentResult
)
:
SessionCallResult.Payments
Refused
Partial
Payment
Link copied to clipboard
data
class
RefusedPartialPayment
(
val
result
:
SessionPaymentResult
)
:
SessionCallResult.Payments
Taken
Over
Link copied to clipboard
object
TakenOver
:
SessionCallResult.Payments