The transaction ID returned from the payment processor when the payment has been processed through a gateway

Namespace:  Asi.iBO.Financials
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string TransactionId { get; set; }
Visual Basic (Declaration)
Public Property TransactionId As String
Visual C++
public:
property String^ TransactionId {
	String^ get ();
	void set (String^ value);
}

Field Value

A free form string value.

See Also