An additional comment about the payment

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

Syntax

C#
public string TransactionComment2 { get; set; }
Visual Basic
Public Property TransactionComment2 As String
	Get
	Set
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