Uses of Class
com.xero.models.finance.ProfitAndLossResponse
Packages that use ProfitAndLossResponse
-
Uses of ProfitAndLossResponse in com.xero.api.client
Methods in com.xero.api.client that return ProfitAndLossResponseModifier and TypeMethodDescriptionFinanceApi.getFinancialStatementProfitAndLoss(String accessToken, String xeroTenantId, String startDate, String endDate) Get Profit & Loss report The profit and loss statement is a standard financial report providing detailed year to date income and expense detail for an organisation. -
Uses of ProfitAndLossResponse in com.xero.models.finance
Methods in com.xero.models.finance that return ProfitAndLossResponseModifier and TypeMethodDescriptionProfitAndLossResponse.endDate(org.threeten.bp.LocalDate endDate) End date of the reportProfitAndLossResponse.expense(PnlAccountClass expense) expenseProfitAndLossResponse.netProfitLoss(Double netProfitLoss) Net profit loss valueProfitAndLossResponse.revenue(PnlAccountClass revenue) revenueProfitAndLossResponse.startDate(org.threeten.bp.LocalDate startDate) Start date of the report