AddMerchantValue Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
IGatewayRequest AddMerchantValue(
	string key,
	string value
)
Visual Basic
Function AddMerchantValue ( _
	key As String, _
	value As String _
) As IGatewayRequest
Visual C++
IGatewayRequest^ AddMerchantValue(
	String^ key, 
	String^ value
)

Parameters

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

See Also