Types

Link copied to clipboard
Link copied to clipboard
data class CashAppRedirect(val mobileAuthUrl: String) : StripeIntent.NextActionData

Contains the authentication URL for redirecting your customer to Cash App.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class DisplayOxxoDetails(val expiresAfter: Int = 0, val number: String? = null, val hostedVoucherUrl: String? = null) : StripeIntent.NextActionData
Link copied to clipboard
data class RedirectToUrl(val url: Uri, val returnUrl: String?) : StripeIntent.NextActionData

Contains instructions for authenticating by redirecting your customer to another page or application.

Link copied to clipboard

When confirming a PaymentIntent or SetupIntent with the Stripe SDK, the Stripe SDK depends on this property to invoke authentication flows. The shape of the contents is subject to change and is only intended to be used by the Stripe SDK.

Link copied to clipboard
data class SwishRedirect(val mobileAuthUrl: String) : StripeIntent.NextActionData

Contains the authentication URL for redirecting your customer to Swish.

Link copied to clipboard
data class VerifyWithMicrodeposits(val arrivalDate: Long, val hostedVerificationUrl: String, val microdepositType: MicrodepositType) : StripeIntent.NextActionData

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)