DeleteCustomer Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
bool DeleteCustomer(
	string profileID
)
Visual Basic
Function DeleteCustomer ( _
	profileID As String _
) As Boolean
Visual C++
bool DeleteCustomer(
	String^ profileID
)

Parameters

profileID
Type: System..::..String

See Also