Represents a job that can be assigned to team members.
<- Object
Object
Represents a job that can be assigned to team members.
This object defines the job's title and tip eligibility. Compensation is defined in a job assignment in a team member's wage setting.
Read only The unique Square-assigned ID of the job. If you need a job ID for an API request, call ListJobs or use the ID returned when you created the job. You can also get job IDs from a team member's wage setting.
Read only The timestamp when the job was created, in RFC 3339 format.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
Read only The timestamp when the job was last updated, in RFC 3339 format.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
Read only The current version of the job. Include this field in UpdateJob
requests to enable optimistic concurrency control and avoid overwrites from concurrent requests. Requests fail if the provided version doesn't match the server version at the time of the request.