Nacha::BatchHeader
Inherits ParsableRecord < BuildableRecord < Reference < Object
This record indicates the effective entry date (the date you request the deposits/debits to be settled). In addition, this record identifies your company and provides an entry description for the credit and debits in this batch.
Constants
TYPE_CODE = 5
Constructors
new(service_class_code : Batch::ServiceClassCode, company_name : String, company_identification : String, standard_entry_class : StandardEntryClass, company_entry_description : String, effective_entry_date : Time, originating_dfi_identification : String, originator_status_code : Char, company_discretionary_data : String | Nil = nil, company_descriptive_date : Time | Nil = nil, settlement_date : Int32 | Nil = nil, batch_number : Int32 = 1)
SourceClass methods
Instance methods
batch_number
Sourcecompany_descriptive_date
Sourcecompany_discretionary_data
Sourcecompany_entry_description
Sourcecompany_identification
Sourcecompany_name
Sourceeffective_entry_date
Sourceerrors
originating_dfi_identification
Sourceoriginator_status_code
Sourceservice_class_code
Sourcesettlement_date
Sourcestandard_entry_class
Source