Args

Parameters

attachToIntent

enable this to attach the link account session to the given intent

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class ForPaymentIntent(val publishableKey: String, val stripeAccountId: String?, val clientSecret: String, val configuration: CollectBankAccountConfiguration, val attachToIntent: Boolean) : CollectBankAccountContract.Args
Link copied to clipboard
data class ForSetupIntent(val publishableKey: String, val stripeAccountId: String?, val clientSecret: String, val configuration: CollectBankAccountConfiguration, val attachToIntent: Boolean) : CollectBankAccountContract.Args

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Inheritors

Link copied to clipboard
Link copied to clipboard