GetSettledBatchList Method (DateTime, DateTime)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
List<Batch> GetSettledBatchList(
	DateTime from,
	DateTime to
)
Visual Basic
Function GetSettledBatchList ( _
	from As DateTime, _
	to As DateTime _
) As List(Of Batch)
Visual C++
List<Batch^>^ GetSettledBatchList(
	DateTime from, 
	DateTime to
)

Parameters

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

See Also