Uses of Class
com.xero.models.finance.TrialBalanceResponse
Packages that use TrialBalanceResponse
-
Uses of TrialBalanceResponse in com.xero.api.client
Methods in com.xero.api.client that return TrialBalanceResponseModifier and TypeMethodDescriptionFinanceApi.getFinancialStatementTrialBalance(String accessToken, String xeroTenantId, String endDate) Get Trial Balance report The trial balance provides a detailed list of all accounts of an organisation at a point in time, with revenue and expense items being year to date. -
Uses of TrialBalanceResponse in com.xero.models.finance
Methods in com.xero.models.finance that return TrialBalanceResponseModifier and TypeMethodDescriptionTrialBalanceResponse.accounts(List<TrialBalanceAccount> accounts) Refer to the accounts section belowTrialBalanceResponse.addAccountsItem(TrialBalanceAccount accountsItem) Refer to the accounts section belowTrialBalanceResponse.endDate(org.threeten.bp.LocalDate endDate) End date of the reportTrialBalanceResponse.startDate(org.threeten.bp.LocalDate startDate) Start date of the report