collectBankAccount abstract method
Future<PaymentIntent>
collectBankAccount({
- required bool isPaymentIntent,
- required String clientSecret,
- required CollectBankAccountParams params,
Methods related to ACH payments
Implementation
Future<PaymentIntent> collectBankAccount({
required bool isPaymentIntent,
required String clientSecret,
required CollectBankAccountParams params,
});