entries property

List<CompensationEntry>? entries
getter/setter pair

Job compensation information.

At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as base compensation entry for the job.

Implementation

core.List<CompensationEntry>? entries;