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