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.3.0

Syntax

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

See Also