Gets a String representation of the payment type.

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

Syntax

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

See Also