Gets the total (monetary) amount of the charges for all items on the COrder prior to taking any discounts.

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

Syntax

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

Field Value

The sum of the UndiscountedExtendedAmount for all lines on the COrder.

Remarks

Automatically calculated. Does not include freight, handling or tax, if applicable.

See Also