Package com.xero.models.payrollnz
Class DeductionLine
java.lang.Object
com.xero.models.payrollnz.DeductionLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe amount of the deduction linedeductionTypeID(UUID deductionTypeID) Xero identifier for payroll deductiondisplayName(String displayName) name of earnings rate for display in UIbooleanThe amount of the deduction lineXero identifier for payroll deductionname of earnings rate for display in UIDeduction 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 deductionvoidsetDisplayName(String displayName) name of earnings rate for display in UIvoidsetPercentage(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
-
displayName
name of earnings rate for display in UI- Parameters:
displayName- String- Returns:
- DeductionLine
-
getDisplayName
-
setDisplayName
name of earnings rate for display in UI- Parameters:
displayName- String
-
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
-