The transaction ID returned from the payment processor when the payment has been processed through a gateway
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string TransactionId { get; set; } |
| Visual Basic |
|---|
Public Property TransactionId As String Get Set |
| Visual C++ |
|---|
public: property String^ TransactionId { String^ get (); void set (String^ value); } |