LineItems Property
Collection of line items.
Syntax
[VB.NET] Public Property LineItems As StandardItemList
[C#] public StandardItemList LineItems {get;}
Remarks
A Line Item is used to track any portion of a transaction that represents the purchase of an "item". If a line does not specify an Amount, Quantity, or Cost, then QuickBooks will calculate Amount based on a Quantity of 1 and the suggested cost.
This property is not available at design time.