NewListFromResponse Method

AuthorizeNet .NET

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

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

Syntax

C#
public static List<Transaction> NewListFromResponse(
	transactionSummaryType[] transactions
)
Visual Basic
Public Shared Function NewListFromResponse ( _
	transactions As transactionSummaryType() _
) As List(Of Transaction)
Visual C++
public:
static List<Transaction^>^ NewListFromResponse(
	array<transactionSummaryType^>^ transactions
)

Parameters

transactions
Type: array<transactionSummaryType>[]()[][]
The transactions.

Return Value

See Also