PaymentSheetResult

The result of an attempt to confirm a PaymentIntent or SetupIntent.

Inheritors

Types

Link copied to clipboard

The customer canceled the payment or setup attempt.

Link copied to clipboard

The customer completed the payment or setup. The payment may still be processing at this point; don't assume money has successfully moved.

Link copied to clipboard
data class Failed(val error: Throwable) : PaymentSheetResult

The payment or setup attempt failed.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)