Object Index
You are viewing an old version of the API
WageSetting
Object Index
An object representing a team member's wage information.
Properties
Name | Description |
---|---|
team_
|
The unique ID of the |
job_
|
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".
|
is_
|
Whether the team member is exempt from the overtime rules of the seller country. |
version
|
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. |
created_
|
Read only 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" 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 |
updated_
|
Read only 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" 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 |