GatewayResponse Constructor

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the GatewayResponse class

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

Syntax

C#
public GatewayResponse(
	string[] rawResponse
)
Visual Basic
Public Sub New ( _
	rawResponse As String() _
)
Visual C++
public:
GatewayResponse(
	array<String^>^ rawResponse
)

Parameters

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

See Also