NewFromResponse Method ()

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Creates a Transaction directly from the API Response

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

Syntax

C#
public static Transaction NewFromResponse(
	transactionDetailsType trans
)
Visual Basic
Public Shared Function NewFromResponse ( _
	trans As transactionDetailsType _
) As Transaction
Visual C++
public:
static Transaction^ NewFromResponse(
	transactionDetailsType^ trans
)

Parameters

trans
Type: transactionDetailsType
The trans.

Return Value

See Also