Package com.xero.models.finance
Class StatementLineResponse
java.lang.Object
com.xero.models.finance.StatementLineResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBankTransactionsItem(BankTransactionResponse bankTransactionsItem) List of bank transactions associated with reconciled statement linesaddPaymentsItem(PaymentResponse paymentsItem) List of payments associated with reconciled statement linesAmount of statement linebankTransactions(List<BankTransactionResponse> bankTransactions) List of bank transactions associated with reconciled statement linesCheque number of statement linebooleanAmount of statement lineList of bank transactions associated with reconciled statement linesCheque number of statement lineBoolean to show if statement line is deletedBoolean to show if statement line is duplicateBoolean to show if statement line is reconciledgetNotes()Notes description of statement linegetPayee()Payee description of statement lineList of payments associated with reconciled statement linesorg.threeten.bp.LocalDateDate of when statement line was postedReference description of statement lineXero Identifier of statement lineorg.threeten.bp.LocalDateTransaction date of statement linegetType()Type of statement lineinthashCode()Boolean to show if statement line is deletedisDuplicate(Boolean isDuplicate) Boolean to show if statement line is duplicateisReconciled(Boolean isReconciled) Boolean to show if statement line is reconciledNotes description of statement linePayee description of statement linepayments(List<PaymentResponse> payments) List of payments associated with reconciled statement linespostedDate(org.threeten.bp.LocalDate postedDate) Date of when statement line was postedReference description of statement linevoidAmount of statement linevoidsetBankTransactions(List<BankTransactionResponse> bankTransactions) List of bank transactions associated with reconciled statement linesvoidsetChequeNo(String chequeNo) Cheque number of statement linevoidsetIsDeleted(Boolean isDeleted) Boolean to show if statement line is deletedvoidsetIsDuplicate(Boolean isDuplicate) Boolean to show if statement line is duplicatevoidsetIsReconciled(Boolean isReconciled) Boolean to show if statement line is reconciledvoidNotes description of statement linevoidPayee description of statement linevoidsetPayments(List<PaymentResponse> payments) List of payments associated with reconciled statement linesvoidsetPostedDate(org.threeten.bp.LocalDate postedDate) Date of when statement line was postedvoidsetReference(String reference) Reference description of statement linevoidsetStatementLineId(UUID statementLineId) Xero Identifier of statement linevoidsetTransactionDate(org.threeten.bp.LocalDate transactionDate) Transaction date of statement linevoidType of statement linestatementLineId(UUID statementLineId) Xero Identifier of statement linetoString()transactionDate(org.threeten.bp.LocalDate transactionDate) Transaction date of statement lineType of statement line
-
Constructor Details
-
StatementLineResponse
public StatementLineResponse()
-
-
Method Details
-
statementLineId
Xero Identifier of statement line- Parameters:
statementLineId- UUID- Returns:
- StatementLineResponse
-
getStatementLineId
-
setStatementLineId
Xero Identifier of statement line- Parameters:
statementLineId- UUID
-
postedDate
Date of when statement line was posted- Parameters:
postedDate- LocalDate- Returns:
- StatementLineResponse
-
getPostedDate
public org.threeten.bp.LocalDate getPostedDate()Date of when statement line was posted- Returns:
- postedDate
-
setPostedDate
public void setPostedDate(org.threeten.bp.LocalDate postedDate) Date of when statement line was posted- Parameters:
postedDate- LocalDate
-
payee
Payee description of statement line- Parameters:
payee- String- Returns:
- StatementLineResponse
-
getPayee
-
setPayee
-
reference
Reference description of statement line- Parameters:
reference- String- Returns:
- StatementLineResponse
-
getReference
-
setReference
Reference description of statement line- Parameters:
reference- String
-
notes
Notes description of statement line- Parameters:
notes- String- Returns:
- StatementLineResponse
-
getNotes
-
setNotes
-
chequeNo
Cheque number of statement line- Parameters:
chequeNo- String- Returns:
- StatementLineResponse
-
getChequeNo
-
setChequeNo
Cheque number of statement line- Parameters:
chequeNo- String
-
amount
Amount of statement line- Parameters:
amount- Double- Returns:
- StatementLineResponse
-
getAmount
-
setAmount
-
transactionDate
Transaction date of statement line- Parameters:
transactionDate- LocalDate- Returns:
- StatementLineResponse
-
getTransactionDate
public org.threeten.bp.LocalDate getTransactionDate()Transaction date of statement line- Returns:
- transactionDate
-
setTransactionDate
public void setTransactionDate(org.threeten.bp.LocalDate transactionDate) Transaction date of statement line- Parameters:
transactionDate- LocalDate
-
type
Type of statement line- Parameters:
type- String- Returns:
- StatementLineResponse
-
getType
-
setType
-
isReconciled
Boolean to show if statement line is reconciled- Parameters:
isReconciled- Boolean- Returns:
- StatementLineResponse
-
getIsReconciled
Boolean to show if statement line is reconciled- Returns:
- isReconciled
-
setIsReconciled
Boolean to show if statement line is reconciled- Parameters:
isReconciled- Boolean
-
isDuplicate
Boolean to show if statement line is duplicate- Parameters:
isDuplicate- Boolean- Returns:
- StatementLineResponse
-
getIsDuplicate
-
setIsDuplicate
Boolean to show if statement line is duplicate- Parameters:
isDuplicate- Boolean
-
isDeleted
Boolean to show if statement line is deleted- Parameters:
isDeleted- Boolean- Returns:
- StatementLineResponse
-
getIsDeleted
-
setIsDeleted
Boolean to show if statement line is deleted- Parameters:
isDeleted- Boolean
-
payments
List of payments associated with reconciled statement lines- Parameters:
payments- List<PaymentResponse>- Returns:
- StatementLineResponse
-
addPaymentsItem
List of payments associated with reconciled statement lines- Parameters:
paymentsItem- PaymentResponse- Returns:
- StatementLineResponse
-
getPayments
List of payments associated with reconciled statement lines- Returns:
- payments
-
setPayments
List of payments associated with reconciled statement lines- Parameters:
payments- List<PaymentResponse>
-
bankTransactions
List of bank transactions associated with reconciled statement lines- Parameters:
bankTransactions- List<BankTransactionResponse>- Returns:
- StatementLineResponse
-
addBankTransactionsItem
List of bank transactions associated with reconciled statement lines- Parameters:
bankTransactionsItem- BankTransactionResponse- Returns:
- StatementLineResponse
-
getBankTransactions
List of bank transactions associated with reconciled statement lines- Returns:
- bankTransactions
-
setBankTransactions
List of bank transactions associated with reconciled statement lines- Parameters:
bankTransactions- List<BankTransactionResponse>
-
equals
-
hashCode
-
toString
-