BatchRecordCount Property
Total number of records sent including Header, Parameter, and Trailer.
Syntax
int GetBatchRecordCount();
Default Value
0
Remarks
Total number of records sent including Header, Parameter, and Trailer.
This property contains a batch (transaction) record count, calculated by the class. This property is supplied in the Batch Trailer Record and contains the total number of transactions in the batch -- including Header, Parameter, Detail(s), and Trailer records. This property reflects the actual number of records that have been sent, and is independent of the number of detail records sent in the settlement.
This is a Trailer property, and is automatically computed by the class.
This property is read-only.
Data Type
Integer