Gets the total charges on the order prior to taxation.

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

A monetary value that is the sum of all charges on the order, not including taxes.

Remarks

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

See Also