PaymentIntentBacsDebit constructor

const PaymentIntentBacsDebit({
  1. String? accountNumber,
  2. String? sortCode,
})

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,
});