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