Package com.xero.models.payrollnz
Class Deduction
java.lang.Object
com.xero.models.payrollnz.Deduction
public class Deduction extends Object
Deduction
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeduction.DeductionCategoryEnumDeduction Category type -
Constructor Summary
Constructors Constructor Description Deduction() -
Method Summary
-
Constructor Details
-
Deduction
public Deduction()
-
-
Method Details
-
deductionId
-
getDeductionId
The Xero identifier for Deduction- Returns:
- deductionId
-
setDeductionId
-
deductionName
-
getDeductionName
Name of the deduction- Returns:
- deductionName
-
setDeductionName
-
deductionCategory
-
getDeductionCategory
Deduction Category type- Returns:
- deductionCategory
-
setDeductionCategory
-
liabilityAccountId
-
getLiabilityAccountId
Xero identifier for Liability Account- Returns:
- liabilityAccountId
-
setLiabilityAccountId
-
currentRecord
-
getCurrentRecord
Identifier of a record is active or not.- Returns:
- currentRecord
-
setCurrentRecord
-
standardAmount
-
getStandardAmount
Standard amount of the deduction.- Returns:
- standardAmount
-
setStandardAmount
-
equals
-
hashCode
public int hashCode() -
toString
-