PendingTransactionCount Property
The number of transactions that will not be captured in the current batch.
Syntax
public int getPendingTransactionCount();
Remarks
This property contains the number of transactions that will not be captured in the current batch because they are waiting for adjustment.
If they are adjusted before the current batch closes, they will be captured in the current batch. If they are not adjusted in the current batch, they will be captured in the next batch adjusted or not.
This property is read-only.
Default Value
0