PayPalResult

sealed class PayPalResult

Result of tokenizing a PayPal account

Inheritors

Types

Link copied to clipboard
data object Cancel : PayPalResult

The user canceled the PayPal payment flow.

Link copied to clipboard
class Failure(val error: Exception) : PayPalResult

There was an error in the PayPal payment flow.

Link copied to clipboard

The PayPal flow completed successfully. This nonce should be sent to your server.