| Overload | Description |
|---|---|
| TotalQuantity(IList<OrderItem>) | Gets the total quantity of all items in the collection |
| TotalQuantity(IList<OrderItem>,OrderItemType[]) | Gets the total quantity of all items in the collection that match the specified order item types. |