Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.76 KB

WageSetting.md

File metadata and controls

14 lines (11 loc) · 1.76 KB

WageSetting

Properties

Name Type Description Notes
TeamMemberId string The unique ID of the `TeamMember` whom this wage setting describes. [optional] [default to null]
JobAssignments []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 &quot;Primary Job&quot;. <br> <b>Min Length 1 Max Length 12</b> [optional] [default to null]
IsOvertimeExempt bool Whether the team member is exempt from the overtime rules of the seller country. [optional] [default to null]
Version int32 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] [default to null]
CreatedAt string The timestamp in RFC 3339 format describing when the wage setting object was created. Ex: &quot;2018-10-04T04:00:00-07:00&quot; or &quot;2019-02-05T12:00:00Z&quot; [optional] [default to null]
UpdatedAt string The timestamp in RFC 3339 format describing when the wage setting object was last updated. Ex: &quot;2018-10-04T04:00:00-07:00&quot; or &quot;2019-02-05T12:00:00Z&quot; [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]