Class: ACH::Batch::Header

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

Overview

Every ACH::Batch component starts with a batch header record

Fields

  • record_type
  • service_class_code
  • company_name
  • company_note_data
  • company_id
  • entry_class_code
  • company_entry_descr
  • desc_date
  • effective_date
  • settlement_date
  • origin_status_code
  • 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