Batch Property
Contains information about the batch settlement, as computed by the component.
Syntax
[VB.NET] Public ReadOnlyProperty Batch As TSYSBatchInfo
[C#] public TSYSBatchInfo Batch {get;}
Remarks
When building a settlement, the component will calculate the fields in the table below.
CashBackTotal | Total amount of cash back for all transactions in the batch. |
HashingTotal | Total of purchases plus refunds. |
NetDeposit | Total of purchases minus refunds. |
RecordCount | Total number of records sent including Header, Parameter, and Trailer. Should be compared to the response RecordCount. |
This property is read-only.