| Package | Description |
|---|---|
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
static Deduction.DeductionCategoryEnum |
Deduction.DeductionCategoryEnum.fromValue(String value) |
Deduction.DeductionCategoryEnum |
Deduction.getDeductionCategory()
Deduction Category type
|
static Deduction.DeductionCategoryEnum |
Deduction.DeductionCategoryEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deduction.DeductionCategoryEnum[] |
Deduction.DeductionCategoryEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Deduction |
Deduction.deductionCategory(Deduction.DeductionCategoryEnum deductionCategory) |
void |
Deduction.setDeductionCategory(Deduction.DeductionCategoryEnum deductionCategory) |
Copyright © 2020. All rights reserved.