Returns GST tax

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

Syntax

C#
public decimal GST { get; }
Visual Basic
Public ReadOnly Property GST As Decimal
	Get
Visual C++
public:
property Decimal GST {
	Decimal get ();
}

Remarks

GST and HST tax share COrder.Tax2. An Order can only have GST or HST, not both. If COrder.TaxAuthorityCode2 does not contain the value HST, the tax is assumed to be GST.

See Also