Uses of Class
com.xero.models.payrollau.DeductionType
-
Packages that use 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)See AccountsDeductionTypeDeductionType. currentRecord(Boolean currentRecord)Is the current recordDeductionTypeDeductionType. deductionCategory(DeductionType.DeductionCategoryEnum deductionCategory)deductionCategoryDeductionTypeDeductionType. deductionTypeID(UUID deductionTypeID)Xero identifierDeductionTypeDeductionType. isExemptFromW1(Boolean isExemptFromW1)Boolean to determine if the deduction type is reportable or exempt from W1DeductionTypeDeductionType. name(String name)Name of the earnings rate (max length = 100)DeductionTypeDeductionType. reducesSuper(Boolean reducesSuper)Most deductions don’t reduce your superannuation guarantee contribution liability, so typically you will not set any value for this.DeductionTypeDeductionType. reducesTax(Boolean reducesTax)Indicates that this is a pre-tax deduction that will reduce the amount of tax you withhold from an employee.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)deductionTypesMethod parameters in com.xero.models.payrollau with type arguments of type DeductionType Modifier and Type Method Description PayItemPayItem. deductionTypes(List<DeductionType> deductionTypes)deductionTypesvoidPayItem. setDeductionTypes(List<DeductionType> deductionTypes)deductionTypes
-