Gets the total (monetary) amount of the taxable charges for all items on the COrder.

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

Syntax

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

Field Value

The sum of the ExtendedAmount for all lines on the COrder where the items are taxable.

Remarks

This value may include freight and/or handling depending on system setup.

See Also