Gets the General Ledger Account that this Financial entity uses for Handling charges (i.e., of Shipping and Handling).

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

Syntax

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

See Also