Package com.xero.models.payrolluk
Class DeductionLine
java.lang.Object
com.xero.models.payrolluk.DeductionLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe amount of the deduction linedeductionTypeID(UUID deductionTypeID) Xero identifier for payroll deductionbooleanThe amount of the deduction lineXero identifier for payroll deductionDeduction rate percentageIdentifies if the deduction is subject to taxinthashCode()percentage(Double percentage) Deduction rate percentagevoidThe amount of the deduction linevoidsetDeductionTypeID(UUID deductionTypeID) Xero identifier for payroll deductionvoidsetPercentage(Double percentage) Deduction rate percentagevoidsetSubjectToTax(Boolean subjectToTax) Identifies if the deduction is subject to taxsubjectToTax(Boolean subjectToTax) Identifies if the deduction is subject to taxtoString()
-
Constructor Details
-
DeductionLine
public DeductionLine()
-
-
Method Details
-
deductionTypeID
Xero identifier for payroll deduction- Parameters:
deductionTypeID- UUID- Returns:
- DeductionLine
-
getDeductionTypeID
-
setDeductionTypeID
Xero identifier for payroll deduction- Parameters:
deductionTypeID- UUID
-
amount
The amount of the deduction line- Parameters:
amount- Double- Returns:
- DeductionLine
-
getAmount
-
setAmount
-
subjectToTax
Identifies if the deduction is subject to tax- Parameters:
subjectToTax- Boolean- Returns:
- DeductionLine
-
getSubjectToTax
Identifies if the deduction is subject to tax- Returns:
- subjectToTax
-
setSubjectToTax
Identifies if the deduction is subject to tax- Parameters:
subjectToTax- Boolean
-
percentage
Deduction rate percentage- Parameters:
percentage- Double- Returns:
- DeductionLine
-
getPercentage
-
setPercentage
Deduction rate percentage- Parameters:
percentage- Double
-
equals
-
hashCode
-
toString
-