TransactionDetails Property
Details about each transaction in the current open batch.
Syntax
[VB.NET] Public ReadOnlyProperty TransactionDetails As PTechBatchDetailsList
[C#] public PTechBatchDetailsList TransactionDetails {get;}
Remarks
When sending a BatchInquiry with the InquiryType set to iTransactionDetailInquiry, the Paymentech server will return each and every transaction currently contained in the open batch in a collection of PTechBatchDetails objects.
This property is read-only.