Gets the total number of items on the order.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected double TotalQuantityOrdered { get; } |
| Visual Basic (Declaration) |
|---|
Protected ReadOnly Property TotalQuantityOrdered As Double |
| Visual C++ |
|---|
protected: property double TotalQuantityOrdered { double get (); } |
Field Value
This is the sum of the QuantityOrdered of all items on all lines on the order.
Remarks
This value is calculated automatically. When any items on the order are kits,
only the quantity of the kit is considered, not the quanitity of the individual components
that make up the kit.