







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
ICustomerGateway..::..DeleteCustomer Method |
ICustomerGateway Interface See Also Send Feedback |
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