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

Syntax

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

See Also