







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
CustomerGateway..::..Void Method |
CustomerGateway Class See Also Send Feedback |
Voids a previously authorized transaction
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public IGatewayResponse Void( string profileID, string paymentProfileId, string transactionId, string approvalCode ) |
Visual Basic |
---|
Public Function Void ( _ profileID As String, _ paymentProfileId As String, _ transactionId As String, _ approvalCode As String _ ) As IGatewayResponse |
Visual C++ |
---|
public: virtual IGatewayResponse^ Void( String^ profileID, String^ paymentProfileId, String^ transactionId, String^ approvalCode ) sealed |
Parameters
- profileID
- Type: System..::..String
The profile ID.
- paymentProfileId
- Type: System..::..String
The payment profile id.
- transactionId
- Type: System..::..String
The transaction id.
- approvalCode
- Type: System..::..String
The approval code.