DecideResponse Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Decides the response.

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

Syntax

C#
public IGatewayResponse DecideResponse(
	string[] rawResponse
)
Visual Basic
Public Function DecideResponse ( _
	rawResponse As String() _
) As IGatewayResponse
Visual C++
public:
IGatewayResponse^ DecideResponse(
	array<String^>^ rawResponse
)

Parameters

rawResponse
Type: array<System..::..String>[]()[][]
The raw response.

Return Value

See Also