The Earning Object ### Description The Earning
object is used to represent an earning for a given employee's payroll run. One run could include several earnings. ### Usage Example Fetch from the LIST Earnings
endpoint and filter by ID
to show all earnings.
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | [optional] [readonly] | |
employeePayrollRun | UUID | [optional] | |
amount | Float | The amount earned. | [optional] |
type | EarningTypeEnum | The type of earning. | [optional] |
remoteData | List<Map<String, Object>> | [optional] | |
remoteWasDeleted | Boolean | Indicates whether or not this object has been deleted on the third-party. | [optional] |