NewFromResponse Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Creates a list of batches directly from the API Response

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

Syntax

C#
public static List<Batch> NewFromResponse(
	getSettledBatchListResponse batches
)
Visual Basic
Public Shared Function NewFromResponse ( _
	batches As getSettledBatchListResponse _
) As List(Of Batch)
Visual C++
public:
static List<Batch^>^ NewFromResponse(
	getSettledBatchListResponse^ batches
)

Parameters

batches
Type: getSettledBatchListResponse
The batches.

Return Value

See Also