SourceTypeAuBecsDebit constructor

const SourceTypeAuBecsDebit({
  1. String? bsbNumber,
  2. String? fingerprint,
  3. String? last4,
})

Implementation

const SourceTypeAuBecsDebit({
  this.bsbNumber,
  this.fingerprint,
  this.last4,
});