BatchNumber Property
The batch number that this transaction will be included in.
Syntax
[VB.NET] Public Property BatchNumber As Integer
[C#] public int BatchNumber {get; set;}
Remarks
Unlike regular credit card transactions, Debit, EBT, and GiftCard transactions require that the Batch Number be sent in the authorization request. This number should be the same number you set to the TSYSSettle component's BatchNumber property. The range is from 1 to 999.
Default Value
1