class Nacha::Batch
- Nacha::Batch
- Reference
- Object
Included Modules
Defined in:
nacha/batch.crConstructors
Instance Method Summary
-
#build(io : IO) : IO
Convert the record in to the record line
- #control : Nacha::BatchControl
- #entries : Array(Nacha::EntryDetail)
- #entry_hash : String
- #errors : Hash(String, Array(String))
- #errors=(errors : Hash(String, Array(String)))
- #header : Nacha::BatchHeader
-
#row_count : Int32
Every record is a single row.
- #total_credit_amount : Int64
- #total_debit_amount : Int64
Instance methods inherited from module BuildableRecord
build(io : IO) : IO
build,
row_count : Int32
row_count,
valid?
valid?
Constructor Detail
Instance Method Detail
def build(io : IO) : IO
#
Description copied from module BuildableRecord
Convert the record in to the record line
def row_count : Int32
#
Description copied from module BuildableRecord
Every record is a single row. File
uses
this to calculate the total number of rows
needed to build the file.