Gets the tax rate for the third level tax authority for the COrder.

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

Syntax

C#
public double TaxRate3 { get; }
Visual Basic
Public ReadOnly Property TaxRate3 As Double
	Get
Visual C++
public:
property double TaxRate3 {
	double get ();
}

Field Value

The tax rate percent defined in iMIS for the third level tax authority set in TaxAuthorityCode3. 5.5% would have a value of 5.50

Remarks

The value is read from the tax authority definition in iMIS for the tax authority set in TaxAuthorityCode3.

See Also