Gets an indicator of whether or not this COrder should be taxed.

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

Syntax

C#
public bool IsOrderTaxable { get; }
Visual Basic
Public ReadOnly Property IsOrderTaxable As Boolean
	Get
Visual C++
public:
property bool IsOrderTaxable {
	bool get ();
}

Field Value

True if taxes should be calculated for the COrder; false otherwise.

See Also