Uses of Class
com.xero.models.payrollnz.StatutoryDeduction
-
Packages that use StatutoryDeduction Package Description com.xero.models.payrollnz -
-
Uses of StatutoryDeduction in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return StatutoryDeduction Modifier and Type Method Description StatutoryDeductionStatutoryDeduction. currentRecord(Boolean currentRecord)Identifier of a record is active or not.StatutoryDeductionStatutoryDeductionObject. getStatutoryDeduction()Get statutoryDeductionStatutoryDeductionStatutoryDeduction. id(UUID id)The Xero identifier for earnings orderStatutoryDeductionStatutoryDeduction. liabilityAccountId(UUID liabilityAccountId)Xero identifier for Liability AccountStatutoryDeductionStatutoryDeduction. name(String name)Name of the earnings orderStatutoryDeductionStatutoryDeduction. statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)statutoryDeductionCategoryMethods in com.xero.models.payrollnz that return types with arguments of type StatutoryDeduction Modifier and Type Method Description List<StatutoryDeduction>StatutoryDeductions. getStatutoryDeductions()Get statutoryDeductionsMethods in com.xero.models.payrollnz with parameters of type StatutoryDeduction Modifier and Type Method Description StatutoryDeductionsStatutoryDeductions. addStatutoryDeductionsItem(StatutoryDeduction statutoryDeductionsItem)statutoryDeductionsvoidStatutoryDeductionObject. setStatutoryDeduction(StatutoryDeduction statutoryDeduction)statutoryDeductionStatutoryDeductionObjectStatutoryDeductionObject. statutoryDeduction(StatutoryDeduction statutoryDeduction)statutoryDeductionMethod parameters in com.xero.models.payrollnz with type arguments of type StatutoryDeduction Modifier and Type Method Description voidStatutoryDeductions. setStatutoryDeductions(List<StatutoryDeduction> statutoryDeductions)statutoryDeductionsStatutoryDeductionsStatutoryDeductions. statutoryDeductions(List<StatutoryDeduction> statutoryDeductions)statutoryDeductions
-