ValidateProfile Method (String, String)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
public string ValidateProfile(
	string profileID,
	string paymentProfileID
)
Visual Basic
Public Function ValidateProfile ( _
	profileID As String, _
	paymentProfileID As String _
) As String
Visual C++
public:
virtual String^ ValidateProfile(
	String^ profileID, 
	String^ paymentProfileID
) sealed

Parameters

profileID
Type: System..::..String
paymentProfileID
Type: System..::..String

Implements

ICustomerGateway..::..ValidateProfile(String, String)

See Also