







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