Package com.xero.models.finance
Class BankStatementAccountingResponse
java.lang.Object
com.xero.models.finance.BankStatementAccountingResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStatementsItem(StatementResponse statementsItem) List of bank statements and linked accounting data for the requested periodbankAccountCurrencyCode(String bankAccountCurrencyCode) Currency code of the bank accountbankAccountId(UUID bankAccountId) Xero Identifier of bank accountbankAccountName(String bankAccountName) Name of bank accountbooleanCurrency code of the bank accountXero Identifier of bank accountName of bank accountList of bank statements and linked accounting data for the requested periodinthashCode()voidsetBankAccountCurrencyCode(String bankAccountCurrencyCode) Currency code of the bank accountvoidsetBankAccountId(UUID bankAccountId) Xero Identifier of bank accountvoidsetBankAccountName(String bankAccountName) Name of bank accountvoidsetStatements(List<StatementResponse> statements) List of bank statements and linked accounting data for the requested periodstatements(List<StatementResponse> statements) List of bank statements and linked accounting data for the requested periodtoString()
-
Constructor Details
-
BankStatementAccountingResponse
public BankStatementAccountingResponse()
-
-
Method Details
-
bankAccountId
Xero Identifier of bank account- Parameters:
bankAccountId- UUID- Returns:
- BankStatementAccountingResponse
-
getBankAccountId
-
setBankAccountId
Xero Identifier of bank account- Parameters:
bankAccountId- UUID
-
bankAccountName
Name of bank account- Parameters:
bankAccountName- String- Returns:
- BankStatementAccountingResponse
-
getBankAccountName
-
setBankAccountName
Name of bank account- Parameters:
bankAccountName- String
-
bankAccountCurrencyCode
Currency code of the bank account- Parameters:
bankAccountCurrencyCode- String- Returns:
- BankStatementAccountingResponse
-
getBankAccountCurrencyCode
Currency code of the bank account- Returns:
- bankAccountCurrencyCode
-
setBankAccountCurrencyCode
Currency code of the bank account- Parameters:
bankAccountCurrencyCode- String
-
statements
List of bank statements and linked accounting data for the requested period- Parameters:
statements- List<StatementResponse>- Returns:
- BankStatementAccountingResponse
-
addStatementsItem
List of bank statements and linked accounting data for the requested period- Parameters:
statementsItem- StatementResponse- Returns:
- BankStatementAccountingResponse
-
getStatements
List of bank statements and linked accounting data for the requested period- Returns:
- statements
-
setStatements
List of bank statements and linked accounting data for the requested period- Parameters:
statements- List<StatementResponse>
-
equals
-
hashCode
-
toString
-