CardPresentResponse Constructor

AuthorizeNet .NET

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

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

Syntax

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

Parameters

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

See Also