Package com.xero.models.payrolluk
Class PaymentLine
java.lang.Object
com.xero.models.payrolluk.PaymentLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountName(String accountName) The account nameaccountNumber(String accountNumber) The account numberThe amount of the payment linebooleanThe account nameThe account numberThe amount of the payment lineXero identifier for payroll payment lineThe account sort codeinthashCode()paymentLineID(UUID paymentLineID) Xero identifier for payroll payment linevoidsetAccountName(String accountName) The account namevoidsetAccountNumber(String accountNumber) The account numbervoidThe amount of the payment linevoidsetPaymentLineID(UUID paymentLineID) Xero identifier for payroll payment linevoidsetSortCode(String sortCode) The account sort codeThe account sort codetoString()
-
Constructor Details
-
PaymentLine
public PaymentLine()
-
-
Method Details
-
paymentLineID
Xero identifier for payroll payment line- Parameters:
paymentLineID- UUID- Returns:
- PaymentLine
-
getPaymentLineID
-
setPaymentLineID
Xero identifier for payroll payment line- Parameters:
paymentLineID- UUID
-
amount
The amount of the payment line- Parameters:
amount- Double- Returns:
- PaymentLine
-
getAmount
-
setAmount
-
accountNumber
The account number- Parameters:
accountNumber- String- Returns:
- PaymentLine
-
getAccountNumber
-
setAccountNumber
The account number- Parameters:
accountNumber- String
-
sortCode
The account sort code- Parameters:
sortCode- String- Returns:
- PaymentLine
-
getSortCode
-
setSortCode
-
accountName
The account name- Parameters:
accountName- String- Returns:
- PaymentLine
-
getAccountName
-
setAccountName
-
equals
-
hashCode
-
toString
-