







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| IReportingGateway..::..GetTransactionList Method (DateTime, DateTime) |
| IReportingGateway Interface See Also Send Feedback |
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
List<Transaction> GetTransactionList( DateTime from, DateTime to ) |
| Visual Basic |
|---|
Function GetTransactionList ( _ from As DateTime, _ to As DateTime _ ) As List(Of Transaction) |
| Visual C++ |
|---|
List<Transaction^>^ GetTransactionList( DateTime from, DateTime to ) |
