Click or drag to resize

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
)

Parameters

tp
Type: NetQuarry.Services.PaymentTransaction
The transaction to refund.
refundAmount
Type: SystemDecimal
When specified, the amount to partially refund.

Return Value

Type: Transaction
The transaction.
See Also