PaymentIntentAuBecsDebit constructor

const PaymentIntentAuBecsDebit({
  1. required String accountNumber,
  2. required String bsbNumber,
})

param

If this is an `au_becs_debit` PaymentMethod, this hash contains details about the bank account.

Implementation

const PaymentIntentAuBecsDebit({
  required this.accountNumber,
  required this.bsbNumber,
});