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

Syntax

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

See Also