Class: ACH::Batch::Control

Inherits:
Record::Base show all
Defined in:
lib/ach/batch/control.rb

Overview

Every ACH::Batch component ends with a batch control record.

Fields

  • record_type

  • service_class_code

  • entry_addenda_count

  • entry_hash

  • total_debit_amount

  • total_credit_amount

  • company_id

  • authen_code

  • bank_6

  • origin_dfi_id

  • batch_number

Constant Summary

Constants included from Constants

Constants::BATCH_ADDENDA_RECORD_TYPE, Constants::BATCH_CONTROL_RECORD_TYPE, Constants::BATCH_ENTRY_RECORD_TYPE, Constants::BATCH_HEADER_RECORD_TYPE, Constants::BLOCKING_FACTOR, Constants::FILE_CONTROL_RECORD_TYPE, Constants::FILE_HEADER_RECORD_TYPE, Constants::FORMAT_CODE, Constants::RECORD_SIZE, Constants::ROWS_DELIMITER

Method Summary

Methods inherited from Record::Base

#[]=, defaults, fields, #fields, from_s, #initialize, #to_s!

Methods included from Validations

#errors, #valid?

Constructor Details

This class inherits a constructor from ACH::Record::Base