Uses of Class
com.xero.models.accounting.JournalLine
-
Packages that use JournalLine Package Description com.xero.models.accounting -
-
Uses of JournalLine in com.xero.models.accounting
Methods in com.xero.models.accounting that return JournalLine Modifier and Type Method Description JournalLineJournalLine. accountCode(String accountCode)See AccountsJournalLineJournalLine. accountID(UUID accountID)See AccountsJournalLineJournalLine. accountName(String accountName)See AccountCodesJournalLineJournalLine. accountType(AccountType accountType)accountTypeJournalLineJournalLine. addTrackingCategoriesItem(TrackingCategory trackingCategoriesItem)Optional Tracking Category – see Tracking.JournalLineJournalLine. description(String description)The description from the source transaction line item.JournalLineJournalLine. grossAmount(Double grossAmount)Gross amount of journal line (NetAmount + TaxAmount).JournalLineJournalLine. journalLineID(UUID journalLineID)Xero identifier for JournalJournalLineJournalLine. netAmount(Double netAmount)Net amount of journal line.JournalLineJournalLine. taxName(String taxName)see TaxRatesJournalLineJournalLine. taxType(String taxType)The tax type from TaxRatesJournalLineJournalLine. trackingCategories(List<TrackingCategory> trackingCategories)Optional Tracking Category – see Tracking.Methods in com.xero.models.accounting that return types with arguments of type JournalLine Modifier and Type Method Description List<JournalLine>Journal. getJournalLines()See JournalLinesMethods in com.xero.models.accounting with parameters of type JournalLine Modifier and Type Method Description JournalJournal. addJournalLinesItem(JournalLine journalLinesItem)See JournalLinesMethod parameters in com.xero.models.accounting with type arguments of type JournalLine Modifier and Type Method Description JournalJournal. journalLines(List<JournalLine> journalLines)See JournalLinesvoidJournal. setJournalLines(List<JournalLine> journalLines)See JournalLines
-