ForPaymentIntent
data class ForPaymentIntent( val publishableKey: 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, clientSecret: String, configuration: CollectBankAccountConfiguration, attachToIntent: Boolean)
Content copied to clipboard