ACHDetails constructor
ACHDetails({
- String? accountNumberSuffix,
- AchAccountType? accountType,
- String? routingNumber,
Implementation
ACHDetails({
this.accountNumberSuffix, this.accountType, this.routingNumber
});