Args
Parameters
attachToIntent
enable this to attach the link account session to the given intent
Types
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