







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