SourceTypeAcssDebit constructor

const SourceTypeAcssDebit({
  1. String? bankAddressCity,
  2. String? bankAddressLine1,
  3. String? bankAddressLine2,
  4. String? bankAddressPostalCode,
  5. String? bankName,
  6. String? category,
  7. String? country,
  8. String? fingerprint,
  9. String? last4,
  10. String? routingNumber,
})

Implementation

const SourceTypeAcssDebit({
  this.bankAddressCity,
  this.bankAddressLine1,
  this.bankAddressLine2,
  this.bankAddressPostalCode,
  this.bankName,
  this.category,
  this.country,
  this.fingerprint,
  this.last4,
  this.routingNumber,
});