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

Syntax

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

See Also