StripeIntentResult

A model representing the result of a StripeIntent confirmation or authentication attempt via Stripe.confirmPayment or Stripe.handleNextActionForPayment

intent is a StripeIntent retrieved after confirmation/authentication succeeded or failed.

Types

Link copied to clipboard
annotation class Outcome

Values that indicate the outcome of confirmation and payment authentication.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract operator override fun equals(other: Any?): Boolean
Link copied to clipboard
abstract override fun hashCode(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
abstract val failureMessage: String?
Link copied to clipboard
abstract val intent: T
Link copied to clipboard

Inheritors

Link copied to clipboard
Link copied to clipboard