Click or drag to resize

IBraintreeFindTransaction Method

Lookup and return a transaction represented by the transactionID

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Transaction FindTransaction(
	string transactionID
)

Parameters

transactionID
Type: SystemString
The transaction.Id value

Return Value

Type: Transaction
A valid transaction object if found, otherwise an error.
See Also