collectBankAccount method
Future<PaymentIntent>
collectBankAccount({
- required bool isPaymentIntent,
- required String clientSecret,
- 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();
}