Gets or sets the EXTENDED_AMOUNT field of the COrderLine.

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

Syntax

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

See Also