unit property
Frequency of the specified amount.
Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED. Possible string values are:
- "COMPENSATION_UNIT_UNSPECIFIED" : Default value.
- "HOURLY" : Hourly.
- "DAILY" : Daily.
- "WEEKLY" : Weekly
- "MONTHLY" : Monthly.
- "YEARLY" : Yearly.
- "ONE_TIME" : One time.
- "OTHER_COMPENSATION_UNIT" : Other compensation units.
Implementation
core.String? unit;