IBraintreeRefundTransaction Method (Transaction, Decimal) |
Refunds a transaction.
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Transaction RefundTransaction(
Transaction tp,
decimal refundAmount
)
Function RefundTransaction (
tp As Transaction,
refundAmount As Decimal
) As Transaction
Parameters
- tp
- Type: NetQuarry.Services.PaymentTransaction
The transaction to refund. - refundAmount
- Type: SystemDecimal
When specified, the amount to partially refund.
Return Value
Type:
TransactionThe transaction.
See Also