AddMerchantValue Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
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

Parameters

key
Type: System..::..String
value
Type: System..::..String

Implements

IGatewayRequest..::..AddMerchantValue(String, String)

See Also