MergeHRISClient.Model.Deduction (MergeHRISClient v1.0.0) View Source

The Deduction Object ### Description The Deduction object is used to represent a deduction for a given employee's payroll run. One run could include several deductions. ### Usage Example Fetch from the LIST Deductions endpoint and filter by ID to show all deductions.

Link to this section Summary

Link to this section Types

Specs

t() :: %MergeHRISClient.Model.Deduction{
  company_deduction: float() | nil,
  employee_deduction: float() | nil,
  employee_payroll_run: String.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  remote_data: [%{optional(String.t()) => AnyType}] | nil
}