ConfirmSetupIntentParams

Model representing parameters for confirming a SetupIntent.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val clientSecret: String
Link copied to clipboard

This hash contains details about the Mandate to create.

Link copied to clipboard

ID of the mandate to be used for this payment.

Link copied to clipboard
open override var returnUrl: String?

The URL to redirect your customer back to after they authenticate on the payment method’s app or site. If you’d prefer to redirect to a mobile application, you can alternatively supply an application URI scheme. This parameter is only used for cards and other redirect-based payment methods.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun shouldUseStripeSdk(): Boolean
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
open override fun withShouldUseStripeSdk(shouldUseStripeSdk: Boolean): ConfirmSetupIntentParams
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)