| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
ReportWithRows |
AccountingApi.getReportAgedPayablesByContact(UUID contactId,
org.threeten.bp.LocalDate date,
org.threeten.bp.LocalDate fromDate,
org.threeten.bp.LocalDate toDate)
Allows you to retrieve report for AgedPayablesByContact
|
ReportWithRows |
AccountingApi.getReportAgedReceivablesByContact(UUID contactId,
String date,
String fromDate,
String toDate)
Allows you to retrieve report for AgedReceivablesByContact
|
ReportWithRows |
AccountingApi.getReportBalanceSheet(String date,
Integer periods,
String timeframe,
String trackingOptionID1,
String trackingOptionID2,
Boolean standardLayout,
Boolean paymentsOnly)
Allows you to retrieve report for BalanceSheet
|
ReportWithRows |
AccountingApi.getReportBankSummary(String date,
Integer period,
Integer timeframe)
Allows you to retrieve report for BankSummary
|
ReportWithRows |
AccountingApi.getReportBASorGST(String reportID)
Allows you to retrieve report for BAS only valid for AU orgs
|
ReportWithRows |
AccountingApi.getReportBASorGSTList()
Allows you to retrieve report for BAS only valid for AU orgs
|
ReportWithRows |
AccountingApi.getReportBudgetSummary(String date,
Integer period,
Integer timeframe)
Allows you to retrieve report for Budget Summary
|
ReportWithRows |
AccountingApi.getReportExecutiveSummary(String date)
Allows you to retrieve report for ExecutiveSummary
|
ReportWithRows |
AccountingApi.getReportProfitAndLoss(String fromDate,
String toDate,
Integer periods,
String timeframe,
String trackingCategoryID,
String trackingCategoryID2,
String trackingOptionID,
String trackingOptionID2,
Boolean standardLayout,
Boolean paymentsOnly)
Allows you to retrieve report for ProfitAndLoss
|
ReportWithRows |
AccountingApi.getReportTrialBalance(String date,
Boolean paymentsOnly)
Allows you to retrieve report for TrialBalance
|
| Modifier and Type | Method and Description |
|---|---|
ReportWithRows |
ReportWithRows.addReportsItem(ReportWithRow reportsItem) |
ReportWithRows |
ReportWithRows.reports(List<ReportWithRow> reports) |
Copyright © 2019. All rights reserved.