Uses of Class
com.xero.models.finance.StatementLineResponse
Packages that use StatementLineResponse
-
Uses of StatementLineResponse in com.xero.models.finance
Methods in com.xero.models.finance that return StatementLineResponseModifier and TypeMethodDescriptionStatementLineResponse.addBankTransactionsItem(BankTransactionResponse bankTransactionsItem) List of bank transactions associated with reconciled statement linesStatementLineResponse.addPaymentsItem(PaymentResponse paymentsItem) List of payments associated with reconciled statement linesAmount of statement lineStatementLineResponse.bankTransactions(List<BankTransactionResponse> bankTransactions) List of bank transactions associated with reconciled statement linesCheque number of statement lineBoolean to show if statement line is deletedStatementLineResponse.isDuplicate(Boolean isDuplicate) Boolean to show if statement line is duplicateStatementLineResponse.isReconciled(Boolean isReconciled) Boolean to show if statement line is reconciledNotes description of statement linePayee description of statement lineStatementLineResponse.payments(List<PaymentResponse> payments) List of payments associated with reconciled statement linesStatementLineResponse.postedDate(org.threeten.bp.LocalDate postedDate) Date of when statement line was postedReference description of statement lineStatementLineResponse.statementLineId(UUID statementLineId) Xero Identifier of statement lineStatementLineResponse.transactionDate(org.threeten.bp.LocalDate transactionDate) Transaction date of statement lineType of statement lineMethods in com.xero.models.finance that return types with arguments of type StatementLineResponseMethods in com.xero.models.finance with parameters of type StatementLineResponseModifier and TypeMethodDescriptionStatementResponse.addStatementLinesItem(StatementLineResponse statementLinesItem) List of statement linesMethod parameters in com.xero.models.finance with type arguments of type StatementLineResponseModifier and TypeMethodDescriptionvoidStatementResponse.setStatementLines(List<StatementLineResponse> statementLines) List of statement linesStatementResponse.statementLines(List<StatementLineResponse> statementLines) List of statement lines