Returns HST tax

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

Syntax

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

Remarks

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

See Also