SepaDebit constructor

SepaDebit({
  1. String? bankCode,
  2. String? branchCode,
  3. String? country,
  4. String? fingerprint,
  5. String? last4,
})

Implementation

SepaDebit(
    {this.bankCode,
    this.branchCode,
    this.country,
    this.fingerprint,
    this.last4});