Gets the tax rate for the secondary tax authority for the COrder.

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

Syntax

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

Field Value

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

See Also