Package com.xero.models.payrollnz
Class BankAccount
java.lang.Object
com.xero.models.payrollnz.BankAccount
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCalculation type for the transaction can be 'Fixed Amount' or 'Balance' -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountName(String accountName) Bank account name (max length = 32)accountNumber(String accountNumber) Bank account number (digits only; max length = 8)calculationType(BankAccount.CalculationTypeEnum calculationType) Calculation type for the transaction can be 'Fixed Amount' or 'Balance'Code of a transaction that appear on the statement.dollarAmount(Double dollarAmount) Dollar amount of a transaction.booleanBank account name (max length = 32)Bank account number (digits only; max length = 8)Calculation type for the transaction can be 'Fixed Amount' or 'Balance'getCode()Code of a transaction that appear on the statement.Dollar amount of a transaction.Particulars that appear on the statement.Statement Text/reference for a transaction that appear on the statement.Bank account sort code (6 digits)inthashCode()particulars(String particulars) Particulars that appear on the statement.Statement Text/reference for a transaction that appear on the statement.voidsetAccountName(String accountName) Bank account name (max length = 32)voidsetAccountNumber(String accountNumber) Bank account number (digits only; max length = 8)voidsetCalculationType(BankAccount.CalculationTypeEnum calculationType) Calculation type for the transaction can be 'Fixed Amount' or 'Balance'voidCode of a transaction that appear on the statement.voidsetDollarAmount(Double dollarAmount) Dollar amount of a transaction.voidsetParticulars(String particulars) Particulars that appear on the statement.voidsetReference(String reference) Statement Text/reference for a transaction that appear on the statement.voidsetSortCode(String sortCode) Bank account sort code (6 digits)Bank account sort code (6 digits)toString()
-
Constructor Details
-
BankAccount
public BankAccount()
-
-
Method Details
-
accountName
Bank account name (max length = 32)- Parameters:
accountName- String- Returns:
- BankAccount
-
getAccountName
-
setAccountName
Bank account name (max length = 32)- Parameters:
accountName- String
-
accountNumber
Bank account number (digits only; max length = 8)- Parameters:
accountNumber- String- Returns:
- BankAccount
-
getAccountNumber
Bank account number (digits only; max length = 8)- Returns:
- accountNumber
-
setAccountNumber
Bank account number (digits only; max length = 8)- Parameters:
accountNumber- String
-
sortCode
Bank account sort code (6 digits)- Parameters:
sortCode- String- Returns:
- BankAccount
-
getSortCode
-
setSortCode
Bank account sort code (6 digits)- Parameters:
sortCode- String
-
particulars
Particulars that appear on the statement.- Parameters:
particulars- String- Returns:
- BankAccount
-
getParticulars
-
setParticulars
Particulars that appear on the statement.- Parameters:
particulars- String
-
code
Code of a transaction that appear on the statement.- Parameters:
code- String- Returns:
- BankAccount
-
getCode
-
setCode
Code of a transaction that appear on the statement.- Parameters:
code- String
-
dollarAmount
Dollar amount of a transaction.- Parameters:
dollarAmount- Double- Returns:
- BankAccount
-
getDollarAmount
-
setDollarAmount
Dollar amount of a transaction.- Parameters:
dollarAmount- Double
-
reference
Statement Text/reference for a transaction that appear on the statement.- Parameters:
reference- String- Returns:
- BankAccount
-
getReference
Statement Text/reference for a transaction that appear on the statement.- Returns:
- reference
-
setReference
Statement Text/reference for a transaction that appear on the statement.- Parameters:
reference- String
-
calculationType
Calculation type for the transaction can be 'Fixed Amount' or 'Balance'- Parameters:
calculationType- CalculationTypeEnum- Returns:
- BankAccount
-
getCalculationType
Calculation type for the transaction can be 'Fixed Amount' or 'Balance'- Returns:
- calculationType
-
setCalculationType
Calculation type for the transaction can be 'Fixed Amount' or 'Balance'- Parameters:
calculationType- CalculationTypeEnum
-
equals
-
hashCode
-
toString
-