Package com.xero.models.payrolluk
Class DeductionLine
java.lang.Object
com.xero.models.payrolluk.DeductionLine
public class DeductionLine extends Object
DeductionLine
-
Constructor Summary
Constructors Constructor Description DeductionLine() -
Method Summary
Modifier and Type Method Description DeductionLineamount(Double amount)DeductionLinedeductionTypeID(UUID deductionTypeID)booleanequals(Object o)DoublegetAmount()The amount of the deduction lineUUIDgetDeductionTypeID()Xero identifier for payroll deductionDoublegetPercentage()Deduction rate percentageBooleangetSubjectToTax()Identifies if the deduction is subject to taxinthashCode()DeductionLinepercentage(Double percentage)voidsetAmount(Double amount)voidsetDeductionTypeID(UUID deductionTypeID)voidsetPercentage(Double percentage)voidsetSubjectToTax(Boolean subjectToTax)DeductionLinesubjectToTax(Boolean subjectToTax)StringtoString()
-
Constructor Details
-
DeductionLine
public DeductionLine()
-
-
Method Details
-
deductionTypeID
-
getDeductionTypeID
Xero identifier for payroll deduction- Returns:
- deductionTypeID
-
setDeductionTypeID
-
amount
-
getAmount
The amount of the deduction line- Returns:
- amount
-
setAmount
-
subjectToTax
-
getSubjectToTax
Identifies if the deduction is subject to tax- Returns:
- subjectToTax
-
setSubjectToTax
-
percentage
-
getPercentage
Deduction rate percentage- Returns:
- percentage
-
setPercentage
-
equals
-
hashCode
public int hashCode() -
toString
-