AddFraudCheck Method (String)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
IGatewayRequest AddFraudCheck(
	string customerIP
)
Visual Basic
Function AddFraudCheck ( _
	customerIP As String _
) As IGatewayRequest
Visual C++
IGatewayRequest^ AddFraudCheck(
	String^ customerIP
)

Parameters

customerIP
Type: System..::..String

See Also