Gets the second transaction comment information associated with the payment.

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

Syntax

C#
public string PaymentInfoComment2 { get; }
Visual Basic
Public ReadOnly Property PaymentInfoComment2 As String
	Get
Visual C++
public:
property String^ PaymentInfoComment2 {
	String^ get ();
}

Field Value

A string that contains the name of the default organization in the iMIS system and the transaction type.

Remarks

This value is only available after the Payment property has been set.

See Also