| Package | Description |
|---|---|
| com.xero.models.payrolluk |
| Modifier and Type | Method and Description |
|---|---|
static Benefit.CalculationTypeEnum |
Benefit.CalculationTypeEnum.fromValue(String value) |
Benefit.CalculationTypeEnum |
Benefit.getCalculationType()
Calculation Type of the employer pension (FixedAmount or PercentageOfGross).
|
static Benefit.CalculationTypeEnum |
Benefit.CalculationTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Benefit.CalculationTypeEnum[] |
Benefit.CalculationTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Benefit |
Benefit.calculationType(Benefit.CalculationTypeEnum calculationType) |
void |
Benefit.setCalculationType(Benefit.CalculationTypeEnum calculationType) |
Copyright © 2020. All rights reserved.