Uses of Class
com.xero.models.finance.StatementResponse
Packages that use StatementResponse
-
Uses of StatementResponse in com.xero.models.finance
Methods in com.xero.models.finance that return StatementResponseModifier and TypeMethodDescriptionStatementResponse.addStatementLinesItem(StatementLineResponse statementLinesItem) List of statement linesStatementResponse.endBalance(Double endBalance) Closing balance sourced from imported bank statements (if supplied).StatementResponse.endDate(org.threeten.bp.LocalDate endDate) End date of statementStatementResponse.importedDateTimeUtc(org.threeten.bp.OffsetDateTime importedDateTimeUtc) Utc date time of when the statement was imported in XeroStatementResponse.importSource(String importSource) Identifies where the statement data in Xero was sourced, 1) direct bank feed, automatically loaded from the bank (eg STMTIMPORTSRC/CBAFEED); 2) indirect bank feed, automatically loaded from a 3rd party provider (eg STMTIMPORTSRC/YODLEE); 3) manually uploaded bank feed (eg STMTIMPORTSRC/CSV) or 4) manually entered statement data (STMTIMPORTSRC/MANUAL).StatementResponse.indicativeEndBalance(Double indicativeEndBalance) Closing statement balance calculated in Xero (= bank account conversion balance plus sum of imported bank statement lines).StatementResponse.indicativeStartBalance(Double indicativeStartBalance) Opening statement balance calculated in Xero (= bank account conversion balance plus sum of imported bank statement lines).StatementResponse.startBalance(Double startBalance) Opening balance sourced from imported bank statements (if supplied).StatementResponse.startDate(org.threeten.bp.LocalDate startDate) Start date of statementStatementResponse.statementId(UUID statementId) Xero Identifier of statementStatementResponse.statementLines(List<StatementLineResponse> statementLines) List of statement linesMethods in com.xero.models.finance that return types with arguments of type StatementResponseModifier and TypeMethodDescriptionBankStatementAccountingResponse.getStatements()List of bank statements and linked accounting data for the requested periodMethods in com.xero.models.finance with parameters of type StatementResponseModifier and TypeMethodDescriptionBankStatementAccountingResponse.addStatementsItem(StatementResponse statementsItem) List of bank statements and linked accounting data for the requested periodMethod parameters in com.xero.models.finance with type arguments of type StatementResponseModifier and TypeMethodDescriptionvoidBankStatementAccountingResponse.setStatements(List<StatementResponse> statements) List of bank statements and linked accounting data for the requested periodBankStatementAccountingResponse.statements(List<StatementResponse> statements) List of bank statements and linked accounting data for the requested period