toggle menu
adyen-android
androidJvm
switch theme
search in API
sessions-core
/
com.adyen.checkout.sessions.core
/
CheckoutSessionResult
Checkout
Session
Result
sealed
class
CheckoutSessionResult
The result of the API call to fetch a
CheckoutSession
.
Inheritors
Success
Error
Members
Types
Error
Link copied to clipboard
class
Error
(
val
exception
:
CheckoutException
)
:
CheckoutSessionResult
Success
Link copied to clipboard
class
Success
(
val
checkoutSession
:
CheckoutSession
)
:
CheckoutSessionResult