Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 877 Bytes

JobAssignment.md

File metadata and controls

16 lines (11 loc) · 877 Bytes

SquareConnect.JobAssignment

Description

An object describing a job that a team member is assigned to.

Properties

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]