An object describing a job that a team member is assigned to.
Name | Type | Description | Notes |
---|---|---|---|
job_title | String | The title of the job. | |
pay_type | String | The current pay type for the job assignment used to calculate the pay amount in a pay period. See JobAssignmentPayType for possible values | |
hourly_rate | Money | The hourly pay rate of the job. | [optional] |
annual_rate | Money | The total pay amount for a 12 month period on the job. Set if the job `PayType` is `SALARY`. | [optional] |
weekly_hours | Number | The planned hours per week for the job. Set if the job `PayType` is `SALARY`. | [optional] |