Gets the General Ledger Account that this Financial entity uses for Freight (Shipping) charges.

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

Syntax

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

See Also