DeletePaymentProfile Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Deletes a payment profile for a customer from the AuthNET servers.

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

Syntax

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

Parameters

profileID
Type: System..::..String
The profile ID.
paymentProfileID
Type: System..::..String
The payment profile ID.

Return Value

Implements

ICustomerGateway..::..DeletePaymentProfile(String, String)

See Also