| Package | Description |
|---|---|
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
static StatutoryDeductionCategory |
StatutoryDeductionCategory.fromValue(String value) |
StatutoryDeductionCategory |
EarningsOrder.getStatutoryDeductionCategory()
Get statutoryDeductionCategory
|
StatutoryDeductionCategory |
StatutoryDeduction.getStatutoryDeductionCategory()
Get statutoryDeductionCategory
|
static StatutoryDeductionCategory |
StatutoryDeductionCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatutoryDeductionCategory[] |
StatutoryDeductionCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EarningsOrder.setStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory) |
void |
StatutoryDeduction.setStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory) |
EarningsOrder |
EarningsOrder.statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory) |
StatutoryDeduction |
StatutoryDeduction.statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory) |
Copyright © 2020. All rights reserved.