MergeHRISClient.Model.Earning (MergeHRISClient v1.0.2) View Source

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.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.Earning{
  amount: float() | nil,
  employee_payroll_run: String.t() | nil,
  id: String.t() | nil,
  remote_data: [%{optional(String.t()) => AnyType}] | nil,
  type: TypeEnum | nil
}