Uses of Class
com.xero.models.finance.StatementLinesResponse
Packages that use StatementLinesResponse
-
Uses of StatementLinesResponse in com.xero.models.finance
Methods in com.xero.models.finance that return StatementLinesResponseModifier and TypeMethodDescriptionStatementLinesResponse.avgDaysUnreconciledNeg(Double avgDaysUnreconciledNeg) Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is negative.StatementLinesResponse.avgDaysUnreconciledPos(Double avgDaysUnreconciledPos) Sum-product of age of statement line in days multiplied by transaction amount, divided by the sum of transaction amount - in for those statement lines in which the reconciled flag is set to FALSE, and the amount is positive.StatementLinesResponse.dataSource(DataSourceResponse dataSource) dataSourceStatementLinesResponse.deletedAmount(Double deletedAmount) Sum of the amounts of all deleted statement lines.StatementLinesResponse.earliestReconciledTransaction(org.threeten.bp.LocalDate earliestReconciledTransaction) UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to TRUE.StatementLinesResponse.earliestUnreconciledTransaction(org.threeten.bp.LocalDate earliestUnreconciledTransaction) UTC Date which is the earliest transaction date of a statement line for which the reconciled flag is set to FALSE.BankStatementResponse.getStatementLines()Get statementLinesStatementLinesResponse.latestReconciledTransaction(org.threeten.bp.LocalDate latestReconciledTransaction) UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to TRUE.StatementLinesResponse.latestUnreconciledTransaction(org.threeten.bp.LocalDate latestUnreconciledTransaction) UTC Date which is the latest transaction date of a statement line for which the reconciled flag is set to FALSE.StatementLinesResponse.reconciledAmountNeg(Double reconciledAmountNeg) Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is negative.StatementLinesResponse.reconciledAmountPos(Double reconciledAmountPos) Sum of the amounts of all statement lines where both the reconciled flag is set to TRUE, and the amount is positive.StatementLinesResponse.reconciledLines(Integer reconciledLines) Count of all statement lines where the reconciled flag is set to TRUEStatementLinesResponse.totalAmount(Double totalAmount) Sum of the amounts of all statement lines.StatementLinesResponse.totalAmountNeg(Double totalAmountNeg) Sum of the amounts of all statement lines where the amount is negative.StatementLinesResponse.totalAmountPos(Double totalAmountPos) Sum of the amounts of all statement lines where the amount is positiveStatementLinesResponse.unreconciledAmountNeg(Double unreconciledAmountNeg) Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is negative.StatementLinesResponse.unreconciledAmountPos(Double unreconciledAmountPos) Sum of the amounts of all statement lines where both the reconciled flag is set to FALSE, and the amount is positive.StatementLinesResponse.unreconciledLines(Integer unreconciledLines) Count of all statement lines where the reconciled flag is set to FALSE.Methods in com.xero.models.finance with parameters of type StatementLinesResponseModifier and TypeMethodDescriptionvoidBankStatementResponse.setStatementLines(StatementLinesResponse statementLines) statementLinesBankStatementResponse.statementLines(StatementLinesResponse statementLines) statementLines