public class PayRange extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Currency
|
TxPrimitive<Integer> |
Maximum
The normalized maximum yearly salary
|
TxPrimitive<Integer> |
Minimum
The normalized minimum yearly salary
|
String |
RawMaximum
The raw, un-normalized, maximum value.
|
String |
RawMinimum
The raw, un-normalized, minimum value.
|
String |
TimeScale
Time scale applied to the raw values to get the minimum and maximum annual salary.
|
| Constructor and Description |
|---|
PayRange() |
public TxPrimitive<Integer> Minimum
public TxPrimitive<Integer> Maximum
public String RawMinimum
public String RawMaximum
public String Currency
public String TimeScale
Copyright © 2024. All rights reserved.