<- Object

Object

All versions ->

WageSetting

Represents information about the overtime exemption status, job assignments, and compensation for a team member.

Link to section

Properties

Link to section

team_member_id

string

The ID of the team member associated with the wage setting.

Link to section

job_assignments

Required The ordered list of jobs that the team member is assigned to. The first job assignment is considered the team member's primary job.

Link to section

is_overtime_exempt

boolean

Whether the team member is exempt from the overtime rules of the seller's country.

Link to section

version

integer(32-bit)

Read only Used for resolving concurrency issues. The request fails if the version provided does not match the server version at the time of the request. If not provided, Square executes a blind write, potentially overwriting data from another write. For more information, see optimistic concurrency.

Link to section

created_at

string

Read only The timestamp when the wage setting 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

Link to section

updated_at

string

Read only The timestamp when the wage setting 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