Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 883 Bytes

JobAssignment.md

File metadata and controls

13 lines (10 loc) · 883 Bytes

JobAssignment

Properties

Name Type Description Notes
JobTitle string The title of the job. [default to null]
PayType string The current pay type for the job assignment used to calculate the pay amount in a pay period. See JobAssignmentPayType for possible values [default to null]
HourlyRate *Money [optional] [default to null]
AnnualRate *Money [optional] [default to null]
WeeklyHours int32 The planned hours per week for the job. Set if the job `PayType` is `SALARY`. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]