Sha256: 8ac8ae3f637b2ed1764cd302ab9057c86f2c649ad163abc1e09275d13c201d26
Contents?: true
Size: 693 Bytes
Versions: 14
Compression:
Stored size: 693 Bytes
Contents
# SquareConnect::EmployeeWage ### Description The hourly wage rate that an employee will earn on a `Shift` for doing the job specified by the `title` property of this object. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | UUID for this object. | [optional] **employee_id** | **String** | The `Employee` that this wage is assigned to. | **title** | **String** | The job title that this wage relates to. | [optional] **hourly_rate** | [**Money**](Money.md) | Can be a custom-set hourly wage or the calculated effective hourly wage based on annual wage and hours worked per week. | [optional]
Version data entries
14 entries across 14 versions & 1 rubygems