SetupIntentNextAction

@JsonClass(generateAdapter = true)
data class SetupIntentNextAction(redirectToUrl: RedirectUrl?, type: String?) : Parcelable

Actions you need to take in order for your customer to continue payment setup.

Constructors

Link copied to clipboard
fun SetupIntentNextAction(redirectToUrl: RedirectUrl?, type: String?)

Functions

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

Properties

Link copied to clipboard
val redirectToUrl: RedirectUrl?

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

Link copied to clipboard
val type: String?

Type of the next action to perform, one of redirect_to_url or use_stripe_sdk.