







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
ICustomerGateway..::..Void Method |
ICustomerGateway Interface See Also Send Feedback |
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
IGatewayResponse Void( string profileID, string paymentProfileId, string approvalCode, string transactionId ) |
Visual Basic |
---|
Function Void ( _ profileID As String, _ paymentProfileId As String, _ approvalCode As String, _ transactionId As String _ ) As IGatewayResponse |
Visual C++ |
---|
IGatewayResponse^ Void( String^ profileID, String^ paymentProfileId, String^ approvalCode, String^ transactionId ) |
Parameters
- profileID
- Type: System..::..String
- paymentProfileId
- Type: System..::..String
- approvalCode
- Type: System..::..String
- transactionId
- Type: System..::..String