Uses of Class
com.xero.models.bankfeeds.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)StatementLineStatementLine. chequeNumber(String chequeNumber)StatementLineStatementLine. creditDebitIndicator(CreditDebitIndicator creditDebitIndicator)StatementLineStatementLine. description(String description)StatementLineStatementLine. payeeName(String payeeName)StatementLineStatementLine. postedDate(org.threeten.bp.LocalDate postedDate)StatementLineStatementLine. reference(String reference)StatementLineStatementLine. transactionId(String transactionId)Methods 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)Method parameters in com.xero.models.bankfeeds with type arguments of type StatementLine Modifier and Type Method Description voidStatement. setStatementLines(List<StatementLine> statementLines)StatementStatement. statementLines(List<StatementLine> statementLines)