Gets the total tax for the secondary tax authority on this COrder.

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

Syntax

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

Field Value

Automatically calculated monetary value that is the total tax amount for the secondard tax authority on this COrder.

Remarks

For areas where multiple taxing authorities are present, this is the second level down from the top. For example, in the US, this might be the county sales tax in an area where there was a state sales tax. In Canada and Australia it would be the GST (Goods and Services Tax)

See Also