Click or drag to resize

IBraintreeVoidTransaction Method

Voids a transaction that was started as an authorization.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Transaction VoidTransaction(
	Transaction transaction
)

Parameters

transaction
Type: NetQuarry.Services.PaymentTransaction
The transaction to void.

Return Value

Type: Transaction
The transaction.
See Also