| Package | Description |
|---|---|
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
static Deduction.CalculationTypeEnum |
Deduction.CalculationTypeEnum.fromValue(String value) |
Deduction.CalculationTypeEnum |
Deduction.getCalculationType()
determine the calculation type whether fixed amount or percentage of gross
|
static Deduction.CalculationTypeEnum |
Deduction.CalculationTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deduction.CalculationTypeEnum[] |
Deduction.CalculationTypeEnum.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.calculationType(Deduction.CalculationTypeEnum calculationType) |
void |
Deduction.setCalculationType(Deduction.CalculationTypeEnum calculationType) |
Copyright © 2020. All rights reserved.