Uses of Class
com.xero.models.bankfeeds.StatementLine
Packages that use StatementLine
-
Uses of StatementLine in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return StatementLineModifier and TypeMethodDescriptionTransaction amountStatementLine.chequeNumber(String chequeNumber) The cheque/check numberStatementLine.creditDebitIndicator(CreditDebitIndicator creditDebitIndicator) creditDebitIndicatorStatementLine.description(String description) Transaction descriptionTypically the merchant or payee nameStatementLine.postedDate(org.threeten.bp.LocalDate postedDate) The date that the transaction was processed or cleared as seen in internet banking ISO-8601 YYYY-MM-DDOptional field to enhance the DescriptionStatementLine.transactionId(String transactionId) Financial institute's internal transaction identifier.StatementLine.transactionType(String transactionType) Descriptive transaction typeMethods in com.xero.models.bankfeeds that return types with arguments of type StatementLineMethods in com.xero.models.bankfeeds with parameters of type StatementLineModifier and TypeMethodDescriptionStatement.addStatementLinesItem(StatementLine statementLinesItem) statementLinesMethod parameters in com.xero.models.bankfeeds with type arguments of type StatementLineModifier and TypeMethodDescriptionvoidStatement.setStatementLines(List<StatementLine> statementLines) statementLinesStatement.statementLines(List<StatementLine> statementLines) statementLines