







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