NumbersACH constructor

NumbersACH({
  1. String? accountId,
  2. String? account,
  3. String? routing,
  4. String? wireRouting,
})

Implementation

NumbersACH({
  this.accountId,
  this.account,
  this.routing,
  this.wireRouting,
});