Gets the first transaction comment information associated with the payment.

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

Syntax

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

Field Value

A string that contains batch number, time stamp, user's name and user's ID number.

Remarks

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

See Also