| Package | Description |
|---|---|
| com.xero.models.payrollau |
| Modifier and Type | Method and Description |
|---|---|
DeductionType |
DeductionType.accountCode(String accountCode) |
DeductionType |
DeductionType.currentRecord(Boolean currentRecord) |
DeductionType |
DeductionType.deductionCategory(DeductionType.DeductionCategoryEnum deductionCategory) |
DeductionType |
DeductionType.deductionTypeID(UUID deductionTypeID) |
DeductionType |
DeductionType.isExemptFromW1(Boolean isExemptFromW1) |
DeductionType |
DeductionType.name(String name) |
DeductionType |
DeductionType.reducesSuper(Boolean reducesSuper) |
DeductionType |
DeductionType.reducesTax(Boolean reducesTax) |
| Modifier and Type | Method and Description |
|---|---|
List<DeductionType> |
PayItem.getDeductionTypes()
Get deductionTypes
|
| Modifier and Type | Method and Description |
|---|---|
PayItem |
PayItem.addDeductionTypesItem(DeductionType deductionTypesItem) |
| Modifier and Type | Method and Description |
|---|---|
PayItem |
PayItem.deductionTypes(List<DeductionType> deductionTypes) |
void |
PayItem.setDeductionTypes(List<DeductionType> deductionTypes) |
Copyright © 2020. All rights reserved.