Setup

class Setup @JvmOverloads constructor(val currency: String? = null, setupFutureUse: PaymentSheet.IntentConfiguration.SetupFutureUse = SetupFutureUse.OffSession) : PaymentSheet.IntentConfiguration.Mode

Use this if your integration creates a SetupIntent.

Parameters

currency

Three-letter ISO currency code. Filters out payment methods based on supported currency. See our docs for more info.

setupFutureUse

Indicates that you intend to make future payments. See our docs for more info.

Constructors

Link copied to clipboard
constructor(currency: String? = null, setupFutureUse: PaymentSheet.IntentConfiguration.SetupFutureUse = SetupFutureUse.OffSession)

Properties

Link copied to clipboard
val currency: String? = null

Functions

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