SourceTypeSepaDebit constructor

const SourceTypeSepaDebit({
  1. String? bankCode,
  2. String? branchCode,
  3. String? country,
  4. String? fingerprint,
  5. String? last4,
  6. String? mandateReference,
  7. String? mandateUrl,
})

Implementation

const SourceTypeSepaDebit({
  this.bankCode,
  this.branchCode,
  this.country,
  this.fingerprint,
  this.last4,
  this.mandateReference,
  this.mandateUrl,
});