Package com.xero.models.payrollnz
Class DeductionLine
java.lang.Object
com.xero.models.payrollnz.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)DeductionLinedisplayName(String displayName)booleanequals(Object o)DoublegetAmount()The amount of the deduction lineUUIDgetDeductionTypeID()Xero identifier for payroll deductionStringgetDisplayName()name of earnings rate for display in UIDoublegetPercentage()Deduction rate percentageBooleangetSubjectToTax()Identifies if the deduction is subject to taxinthashCode()DeductionLinepercentage(Double percentage)voidsetAmount(Double amount)voidsetDeductionTypeID(UUID deductionTypeID)voidsetDisplayName(String displayName)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
-
displayName
-
getDisplayName
name of earnings rate for display in UI- Returns:
- displayName
-
setDisplayName
-
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
-