







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| ReportingGateway..::..GetTransactionList Method (String) |
| ReportingGateway Class See Also Send Feedback |
Returns all transaction within a particular batch
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public List<Transaction> GetTransactionList( string batchId ) |
| Visual Basic |
|---|
Public Function GetTransactionList ( _ batchId As String _ ) As List(Of Transaction) |
| Visual C++ |
|---|
public: virtual List<Transaction^>^ GetTransactionList( String^ batchId ) sealed |
Parameters
- batchId
- Type: System..::..String
