collectBankAccount method

  1. @override
Future<PaymentIntent> collectBankAccount({
  1. required bool isPaymentIntent,
  2. required String clientSecret,
  3. required CollectBankAccountParams params,
})
override

Methods related to ACH payments

Implementation

@override
Future<PaymentIntent> collectBankAccount(
    {required bool isPaymentIntent,
    required String clientSecret,
    required CollectBankAccountParams params}) {
  throw UnimplementedError();
}