Void Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
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.

Return Value

Implements

ICustomerGateway..::..Void(String, String, String, String)

See Also