







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| ReportingGateway..::..GetSettledBatchList Method |
| ReportingGateway Class See Also Send Feedback |
Returns all Settled Batches for the last 30 days
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public List<Batch> GetSettledBatchList() |
| Visual Basic |
|---|
Public Function GetSettledBatchList As List(Of Batch) |
| Visual C++ |
|---|
public: virtual List<Batch^>^ GetSettledBatchList() sealed |
