An object representing a team member's wage information.
Name | Type | Description | Notes |
---|---|---|---|
team_member_id | String | The unique ID of the `TeamMember` whom this wage setting describes. | [optional] |
job_assignments | [JobAssignment] | <b>Required</b> The ordered list of jobs that the team member is assigned to. The first job assignment is considered the team member's "Primary Job". <br> <b>Min Length 1 Max Length 12</b> | [optional] |
is_overtime_exempt | Boolean | Whether the team member is exempt from the overtime rules of the seller country. | [optional] |
version | Number | Used for resolving concurrency issues; request will fail if version provided does not match server version at time of request. If not provided, Square executes a blind write, potentially overwriting data from another write. Read about optimistic concurrency in Square APIs for more information. | [optional] |
created_at | String | The timestamp in RFC 3339 format describing when the wage setting object was created. Ex: "2018-10-04T04:00:00-07:00" or "2019-02-05T12:00:00Z" | [optional] |
updated_at | String | The timestamp in RFC 3339 format describing when the wage setting object was last updated. Ex: "2018-10-04T04:00:00-07:00" or "2019-02-05T12:00:00Z" | [optional] |