Uses of Class
com.xero.models.finance.CashflowResponse
Packages that use CashflowResponse
-
Uses of CashflowResponse in com.xero.api.client
Methods in com.xero.api.client that return CashflowResponseModifier and TypeMethodDescriptionFinanceApi.getFinancialStatementCashflow(String accessToken, String xeroTenantId, String startDate, String endDate) Get Cash flow report The statement of cash flows - direct method, provides the year to date changes in operating, financing and investing cash flow activities for an organisation. -
Uses of CashflowResponse in com.xero.models.finance
Methods in com.xero.models.finance that return CashflowResponseModifier and TypeMethodDescriptionCashflowResponse.addCashflowActivitiesItem(CashflowActivity cashflowActivitiesItem) Break down of cash and cash equivalents for the periodCashflowResponse.cashBalance(CashBalance cashBalance) cashBalanceCashflowResponse.cashflowActivities(List<CashflowActivity> cashflowActivities) Break down of cash and cash equivalents for the periodCashflowResponse.endDate(org.threeten.bp.LocalDate endDate) End date of the reportCashflowResponse.startDate(org.threeten.bp.LocalDate startDate) Start date of the report