IPaypalRefundTransaction Method |
Refunds a transaction.
Namespace:
NetQuarry.Services.Paypal
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax RefundTransactionResult RefundTransaction(
string transactionID,
string notes
)
Function RefundTransaction (
transactionID As String,
notes As String
) As RefundTransactionResult
Parameters
- transactionID
- Type: SystemString
The transaction ID - notes
- Type: SystemString
Notes to include in the refund in Paypal.
Return Value
Type:
RefundTransactionResultA
RefundTransactionResult object.
See Also