Gets the total tax for the third level 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 Tax3 { get; }
Visual Basic
Public ReadOnly Property Tax3 As Decimal
	Get
Visual C++
public:
property Decimal Tax3 {
	Decimal get ();
}

Field Value

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

Remarks

For areas where multiple taxing authorities are present, this is the third level down from the top. For example, in the US, this might be the city sales tax in an area where both a state and county sales tax are present.

See Also