An additional comment about the payment

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

Syntax

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

Field Value

A free form string value.

Remarks

This is optional. If it is supplied, some payment processors (e.g., Verisign) will add it to the gateway provider transaction.

See Also