Gets the General Ledger Account that this Financial entity uses for Accounts Receivable (i.e., when full payment is not recieved for an order).

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

Syntax

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

See Also