Package com.xero.models.payrollnz
Class Deduction
java.lang.Object
com.xero.models.payrollnz.Deduction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeduction Category type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentRecord(Boolean currentRecord) Identifier of a record is active or not.deductionCategory(Deduction.DeductionCategoryEnum deductionCategory) Deduction Category typedeductionId(UUID deductionId) The Xero identifier for DeductiondeductionName(String deductionName) Name of the deductionbooleanIdentifier of a record is active or not.Deduction Category typeThe Xero identifier for DeductionName of the deductionXero identifier for Liability AccountStandard amount of the deduction.inthashCode()liabilityAccountId(UUID liabilityAccountId) Xero identifier for Liability AccountvoidsetCurrentRecord(Boolean currentRecord) Identifier of a record is active or not.voidsetDeductionCategory(Deduction.DeductionCategoryEnum deductionCategory) Deduction Category typevoidsetDeductionId(UUID deductionId) The Xero identifier for DeductionvoidsetDeductionName(String deductionName) Name of the deductionvoidsetLiabilityAccountId(UUID liabilityAccountId) Xero identifier for Liability AccountvoidsetStandardAmount(Double standardAmount) Standard amount of the deduction.standardAmount(Double standardAmount) Standard amount of the deduction.toString()
-
Constructor Details
-
Deduction
public Deduction()
-
-
Method Details
-
deductionId
-
getDeductionId
-
setDeductionId
The Xero identifier for Deduction- Parameters:
deductionId- UUID
-
deductionName
-
getDeductionName
-
setDeductionName
Name of the deduction- Parameters:
deductionName- String
-
deductionCategory
Deduction Category type- Parameters:
deductionCategory- DeductionCategoryEnum- Returns:
- Deduction
-
getDeductionCategory
Deduction Category type- Returns:
- deductionCategory
-
setDeductionCategory
Deduction Category type- Parameters:
deductionCategory- DeductionCategoryEnum
-
liabilityAccountId
-
getLiabilityAccountId
Xero identifier for Liability Account- Returns:
- liabilityAccountId
-
setLiabilityAccountId
Xero identifier for Liability Account- Parameters:
liabilityAccountId- UUID
-
currentRecord
-
getCurrentRecord
-
setCurrentRecord
Identifier of a record is active or not.- Parameters:
currentRecord- Boolean
-
standardAmount
-
getStandardAmount
-
setStandardAmount
Standard amount of the deduction.- Parameters:
standardAmount- Double
-
equals
-
hashCode
-
toString
-