Gets the General Ledger Account that this Financial entity uses for those transactions where a sales tax account is not specified at the product level.

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

Syntax

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

See Also