You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identifies the general classification of dollar entries to be exchanged (i.e. debit and/or credit entries)
–200 ACH Entries Mixed Debits and Credits
–220 ACH Credits Only
–225 ACH Debits Only
–280 ACH Automated Accounting Advice
Create developer friendly meaningful constants for these values and modify the code to reference the constants.
The text was updated successfully, but these errors were encountered:
bkmoovio
changed the title
Add const values for Service Class Code
Add const values for BatchHeader.ServiceClassCode and BatchControl.ServiceClassCode
Dec 4, 2018
We have a fair amount of hard-coded values, which aren't that friendly for developers. If we provide names it should help to understand them.
Example: BatchHeader.ServiceClassCode: 200, 220, 225, 280
Identifies the general classification of dollar entries to be exchanged (i.e. debit and/or credit entries)
–200 ACH Entries Mixed Debits and Credits
–220 ACH Credits Only
–225 ACH Debits Only
–280 ACH Automated Accounting Advice
Create developer friendly meaningful constants for these values and modify the code to reference the constants.
The text was updated successfully, but these errors were encountered: