Gets the General Ledger Account that this Financial entity uses when a prepaid order is initially entered. The Cash account is debited and the Prepaid account is credited.

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

Syntax

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

See Also