UNPKG
@midlandsbank/node-nacha
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.1.0
1.0.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0
NACHA ACH EFT File Parser/Formatter for CCD+ / PPD+ / CTX+
@midlandsbank/node-nacha
/
lib
/
accountTypeDictionary.js
6 lines
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= {
'C'
:
'2'
,
// Checking
'S'
:
'3'
,
// Savings
'G'
:
'4'
,
// General Ledger
'L'
:
'5'
,
// Loan (optional, included for completeness)
}