Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 839 Bytes

Earning.md

File metadata and controls

19 lines (11 loc) · 839 Bytes

Earning

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.

Properties

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]