RedirectToUrl

data class RedirectToUrl(val url: Uri, val returnUrl: String?) : StripeIntent.NextActionData

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

Constructors

Link copied to clipboard
constructor(url: Uri, returnUrl: String?)

Properties

Link copied to clipboard

If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion.

Link copied to clipboard
val url: Uri

The URL you must redirect your customer to in order to authenticate.

Functions

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