Uses of Class
com.xero.models.payrollau.DeductionType
| Package | Description |
|---|---|
| com.xero.models.payrollau |
-
Uses of DeductionType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return DeductionType Modifier and Type Method Description DeductionTypeDeductionType. accountCode(String accountCode)DeductionTypeDeductionType. currentRecord(Boolean currentRecord)DeductionTypeDeductionType. deductionCategory(DeductionType.DeductionCategoryEnum deductionCategory)DeductionTypeDeductionType. deductionTypeID(UUID deductionTypeID)DeductionTypeDeductionType. isExemptFromW1(Boolean isExemptFromW1)DeductionTypeDeductionType. name(String name)DeductionTypeDeductionType. reducesSuper(Boolean reducesSuper)DeductionTypeDeductionType. reducesTax(Boolean reducesTax)Methods in com.xero.models.payrollau that return types with arguments of type DeductionType Modifier and Type Method Description List<DeductionType>PayItem. getDeductionTypes()Get deductionTypesMethods in com.xero.models.payrollau with parameters of type DeductionType Modifier and Type Method Description PayItemPayItem. addDeductionTypesItem(DeductionType deductionTypesItem)Method parameters in com.xero.models.payrollau with type arguments of type DeductionType Modifier and Type Method Description PayItemPayItem. deductionTypes(List<DeductionType> deductionTypes)voidPayItem. setDeductionTypes(List<DeductionType> deductionTypes)