Gets or sets the IS_GST_TAXABLE field of the COrderLine.

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

Syntax

C#
public bool IsGSTTaxable { get; set; }
Visual Basic
Public Property IsGSTTaxable As Boolean
	Get
	Set
Visual C++
public:
property bool IsGSTTaxable {
	bool get ();
	void set (bool value);
}

See Also