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

Syntax

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

See Also