Gets or sets the UNDISCOUNTED_EXTENDED_AMOUNT field of the COrderLine.

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

Syntax

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

See Also