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