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

Field Value

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

Remarks

This is normally the highest level tax authority. For example, in the US, this would be the state sales tax. In Canada and Australia it would be the PST (Provincial Sales Tax) and in the EU it would be VAT.

See Also