Nacha::BatchControl
Inherits ParsableRecord < BuildableRecord < Reference < Object
This record appears at the end of each batch and
contains totals for the batch. The data in this
should be calculated in the Batch
Constants
RESERVED_SPACE = " " * 6
TYPE_CODE = 8
Constructors
new(service_class_code : Batch::ServiceClassCode, entry_addenda_count : Int32, entry_hash : String, total_debit_amount : Int64, total_credit_amount : Int64, company_identification : String, originating_dfi_identification : String, batch_number : Int32, message_authorization_code : Int32 | Nil = nil)
SourceClass methods
Instance methods
batch_number
Sourcecompany_identification
Sourceentry_addenda_count
Sourceentry_hash
Sourceerrors
message_authorization_code
Sourceoriginating_dfi_identification
Sourceservice_class_code
Sourcetotal_credit_amount
Sourcetotal_debit_amount
Source