ACHDetails constructor

ACHDetails({
  1. String? accountNumberSuffix,
  2. AchAccountType? accountType,
  3. String? routingNumber,
})

Implementation

ACHDetails({
this.accountNumberSuffix, this.accountType, this.routingNumber
});