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