Uses of Class
com.xero.models.payrollau.DeductionType
Packages that use DeductionType
-
Uses of DeductionType in com.xero.models.payrollau
Methods in com.xero.models.payrollau that return DeductionTypeModifier and TypeMethodDescriptionDeductionType.accountCode(String accountCode) See AccountsDeductionType.currentRecord(Boolean currentRecord) Is the current recordDeductionType.deductionCategory(DeductionType.DeductionCategoryEnum deductionCategory) deductionCategoryDeductionType.deductionTypeID(UUID deductionTypeID) Xero identifierDeductionType.isExemptFromW1(Boolean isExemptFromW1) Boolean to determine if the deduction type is reportable or exempt from W1Name of the earnings rate (max length = 100)DeductionType.reducesSuper(Boolean reducesSuper) Most deductions don’t reduce your superannuation guarantee contribution liability, so typically you will not set any value for this.DeductionType.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 DeductionTypeMethods in com.xero.models.payrollau with parameters of type DeductionTypeModifier and TypeMethodDescriptionPayItem.addDeductionTypesItem(DeductionType deductionTypesItem) deductionTypesMethod parameters in com.xero.models.payrollau with type arguments of type DeductionTypeModifier and TypeMethodDescriptionPayItem.deductionTypes(List<DeductionType> deductionTypes) deductionTypesvoidPayItem.setDeductionTypes(List<DeductionType> deductionTypes) deductionTypes