Module: ACH

Includes:
Records
Defined in:
lib/ach.rb,
lib/ach.rb,
lib/ach/batch.rb,
lib/ach/ach_file.rb,
lib/ach/records/record.rb,
lib/ach/field_identifiers.rb

Overview

Include Records module to simplify accessing Records classes.

Defined Under Namespace

Modules: FieldIdentifiers, Records Classes: ACHFile, Batch

Constant Summary collapse

CHECKING_CREDIT =

transaction codes

'22'
CHECKING_DEBIT =
'27'
CHECKING_CREDIT_PRENOTE =
'23'
CHECKING_DEBIT_PRENOT =
'28'
SAVING_CREDIT =
'32'
SAVING_DEBIT =
'37'
SAVING_CREDIT_PRENOTE =
'33'
SAVING_DEBIT_PRENOT =
'38'
SERVICE_CLASS_CODES =

Valid service class codes

[
  200, # ACH Entries Mixed Debits and Credits
  220, # ACH Credits Only
  225, # ACH Debits Only
  280  # ACH Automated Accounting Advices
]
VERSION =
'0.3.0'