







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| CardPresentResponse Constructor |
| CardPresentResponse Class See Also Send Feedback |
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.
