JournalLines Property
Specifies a collection of credit or debit transactions inside a General Journal Entry.
Syntax
[VB.NET] Public Property JournalLines As JournalLineList
[C#] public JournalLineList JournalLines {get;}
Remarks
JournalLines represents a collection of Debit and Credit lines. All Debit and Credit lines must be in balance. The total Amount for all Debit lines must match the total Amount for all Debit lines, or QuickBooks will return an error.
Note: If no amount is included in the first credit or debit line of a journal entry in the QuickBooks user interface, then subsequent SDK queries on that JournalEntry object will fail XML validation.
This property is not available at design time.