Gets the tax rate for the primary 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 TaxRate1 { get; }
Visual Basic
Public ReadOnly Property TaxRate1 As Double
	Get
Visual C++
public:
property double TaxRate1 {
	double get ();
}

Field Value

The tax rate percent defined in iMIS for the primary tax authority set in TaxAuthorityCode1. 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 TaxAuthorityCode1.

See Also