PaymentIntentBacsDebit constructor
param
If this is a `bacs_debit` PaymentMethod, this hash contains details about the Bacs Direct Debit bank account.
Implementation
const PaymentIntentBacsDebit({
  this.accountNumber,
  this.sortCode,
});
param
If this is a `bacs_debit` PaymentMethod, this hash contains details about the Bacs Direct Debit bank account.
const PaymentIntentBacsDebit({
  this.accountNumber,
  this.sortCode,
});