Gets the General Ledger Account that this Financial entity uses when it clears credit balances. marked for refund.

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

Syntax

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

See Also