







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
ReportingGateway..::..GetSettledBatchList Method (DateTime, DateTime) |
ReportingGateway Class See Also Send Feedback |
Returns batch settlements for the specified date range
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public List<Batch> GetSettledBatchList( DateTime from, DateTime to ) |
Visual Basic |
---|
Public Function GetSettledBatchList ( _ from As DateTime, _ to As DateTime _ ) As List(Of Batch) |
Visual C++ |
---|
public: virtual List<Batch^>^ GetSettledBatchList( DateTime from, DateTime to ) sealed |