Uses of Class
com.xero.models.accounting.JournalLine
Packages that use JournalLine
-
Uses of JournalLine in com.xero.models.accounting
Methods in com.xero.models.accounting that return JournalLineModifier and TypeMethodDescriptionJournalLine.accountCode(String accountCode) See AccountsSee AccountsJournalLine.accountName(String accountName) See AccountCodesJournalLine.accountType(AccountType accountType) accountTypeJournalLine.addTrackingCategoriesItem(TrackingCategory trackingCategoriesItem) Optional Tracking Category – see Tracking.JournalLine.description(String description) The description from the source transaction line item.JournalLine.grossAmount(Double grossAmount) Gross amount of journal line (NetAmount + TaxAmount).JournalLine.journalLineID(UUID journalLineID) Xero identifier for JournalNet amount of journal line.see TaxRatesThe tax type from taxRatesJournalLine.trackingCategories(List<TrackingCategory> trackingCategories) Optional Tracking Category – see Tracking.Methods in com.xero.models.accounting that return types with arguments of type JournalLineMethods in com.xero.models.accounting with parameters of type JournalLineModifier and TypeMethodDescriptionJournal.addJournalLinesItem(JournalLine journalLinesItem) See JournalLinesMethod parameters in com.xero.models.accounting with type arguments of type JournalLineModifier and TypeMethodDescriptionJournal.journalLines(List<JournalLine> journalLines) See JournalLinesvoidJournal.setJournalLines(List<JournalLine> journalLines) See JournalLines