







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
GatewayRequest..::..AddMerchantValue Method |
GatewayRequest Class See Also Send Feedback |
This is where you can add custom values to the request, which will be returned to you
in the response
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public IGatewayRequest AddMerchantValue( string key, string value ) |
Visual Basic |
---|
Public Function AddMerchantValue ( _ key As String, _ value As String _ ) As IGatewayRequest |
Visual C++ |
---|
public: virtual IGatewayRequest^ AddMerchantValue( String^ key, String^ value ) sealed |