Gets the total (monetary) amount of the charges for all items on the COrder.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public decimal TotalExtendedAmount { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property TotalExtendedAmount As Decimal |
| Visual C++ |
|---|
public: property Decimal TotalExtendedAmount { Decimal get (); } |
Field Value
The sum of the ExtendedAmount for all lines on the COrder.
Remarks
Automatically calculated. Does not include freight, handling or tax, if applicable.