







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| CustomerGateway..::..DeleteCustomer Method |
| CustomerGateway Class See Also Send Feedback |
Deletes a customer from the AuthNET servers.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public bool DeleteCustomer( string profileID ) |
| Visual Basic |
|---|
Public Function DeleteCustomer ( _ profileID As String _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool DeleteCustomer( String^ profileID ) sealed |
Parameters
- profileID
- Type: System..::..String
The profile ID.
