module ACH::Constants
This module is a simple namespace for constants used in ACH
routines.
Constants
- BATCH_ADDENDA_RECORD_TYPE
- BATCH_CONTROL_RECORD_TYPE
- BATCH_ENTRY_RECORD_TYPE
- BATCH_HEADER_RECORD_TYPE
- BLOCKING_FACTOR
The file’s total record count must be a multiple of this number. The file must be padded with blocking file control records (consisting entirely of 9s) to satisfy this condition.
- FILE_CONTROL_RECORD_TYPE
- FILE_HEADER_RECORD_TYPE
- FORMAT_CODE
Always “1”.
- RECORD_SIZE
The length of each record in characters.
- ROWS_DELIMITER
This character must be used to delimit each row.