Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 955 Bytes

Deduction.md

File metadata and controls

20 lines (12 loc) · 955 Bytes

Deduction

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.

Properties

Name Type Description Notes
id UUID [optional] [readonly]
employeePayrollRun UUID [optional]
name String The deduction's name. [optional]
employeeDeduction Float The amount the employee is deducting. [optional]
companyDeduction Float The amount the company is deducting. [optional]
remoteData List<RemoteData> [optional] [readonly]
remoteWasDeleted Boolean Indicates whether or not this object has been deleted on the third-party. [optional]