Indicates whether or not this country uses a Goods and Services tax

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

Syntax

C#
public bool IsGstTaxable { get; }
Visual Basic
Public ReadOnly Property IsGstTaxable As Boolean
	Get
Visual C++
public:
property bool IsGstTaxable {
	bool get ();
}

See Also