Uses of Class
com.xero.models.bankfeeds.StatementLine
-
Packages that use StatementLine Package Description com.xero.models.bankfeeds -
-
Uses of StatementLine in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return StatementLine Modifier and Type Method Description StatementLineStatementLine. amount(Double amount)Transaction amountStatementLineStatementLine. chequeNumber(String chequeNumber)The cheque/check numberStatementLineStatementLine. creditDebitIndicator(CreditDebitIndicator creditDebitIndicator)creditDebitIndicatorStatementLineStatementLine. description(String description)Transaction descriptionStatementLineStatementLine. payeeName(String payeeName)Typically the merchant or payee nameStatementLineStatementLine. postedDate(org.threeten.bp.LocalDate postedDate)The date that the transaction was processed or cleared as seen in internet banking ISO-8601 YYYY-MM-DDStatementLineStatementLine. reference(String reference)Optional field to enhance the DescriptionStatementLineStatementLine. transactionId(String transactionId)Financial institute's internal transaction identifier.StatementLineStatementLine. transactionType(String transactionType)Descriptive transaction typeMethods in com.xero.models.bankfeeds that return types with arguments of type StatementLine Modifier and Type Method Description List<StatementLine>Statement. getStatementLines()Get statementLinesMethods in com.xero.models.bankfeeds with parameters of type StatementLine Modifier and Type Method Description StatementStatement. addStatementLinesItem(StatementLine statementLinesItem)statementLinesMethod parameters in com.xero.models.bankfeeds with type arguments of type StatementLine Modifier and Type Method Description voidStatement. setStatementLines(List<StatementLine> statementLines)statementLinesStatementStatement. statementLines(List<StatementLine> statementLines)statementLines
-