Uses of Class
com.xero.models.finance.CurrentStatementResponse
Packages that use CurrentStatementResponse
-
Uses of CurrentStatementResponse in com.xero.models.finance
Methods in com.xero.models.finance that return CurrentStatementResponseModifier and TypeMethodDescriptionCurrentStatementResponse.endBalance(Double endBalance) Looking at the most recent bank statement, this field indicates the balance after the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).CurrentStatementResponse.endDate(org.threeten.bp.LocalDate endDate) Looking at the most recent bank statement, this field indicates the last date which transactions on this statement pertain to.BankStatementResponse.getCurrentStatement()Get currentStatementCurrentStatementResponse.importedDateTimeUtc(org.threeten.bp.OffsetDateTime importedDateTimeUtc) Looking at the most recent bank statement, this field indicates when the document was imported into Xero.CurrentStatementResponse.importSourceType(String importSourceType) Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying).CurrentStatementResponse.startBalance(Double startBalance) Looking at the most recent bank statement, this field indicates the balance before the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).CurrentStatementResponse.startDate(org.threeten.bp.LocalDate startDate) Looking at the most recent bank statement, this field indicates the first date which transactions on this statement pertain to.Methods in com.xero.models.finance with parameters of type CurrentStatementResponseModifier and TypeMethodDescriptionBankStatementResponse.currentStatement(CurrentStatementResponse currentStatement) currentStatementvoidBankStatementResponse.setCurrentStatement(CurrentStatementResponse currentStatement) currentStatement