







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| CustomerGateway..::..DeletePaymentProfile Method |
| CustomerGateway Class See Also Send Feedback |
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.
