module ACH::Constants

This module is a simple namespace for constants used in ACH routines.

Constants

BATCH_ADDENDA_RECORD_TYPE

ACH defined value of Batch Addenda record.

BATCH_CONTROL_RECORD_TYPE

ACH defined value of Batch Control record.

BATCH_ENTRY_RECORD_TYPE

ACH defined value of Batch Entry record.

BATCH_HEADER_RECORD_TYPE

ACH defined value of Batch Header record.

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

ACH defined value of File Control record.

FILE_HEADER_RECORD_TYPE

ACH defined value of File Header record.

FORMAT_CODE

Always “1”.

RECORD_SIZE

The length of each record in characters.

ROWS_DELIMITER

This character must be used to delimit each row.