GetSettledBatchList Method (DateTime, DateTime)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
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

Parameters

from
Type: System..::..DateTime
to
Type: System..::..DateTime

Implements

IReportingGateway..::..GetSettledBatchList(DateTime, DateTime)

See Also