Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.26 KB

Deduction.md

File metadata and controls

19 lines (16 loc) · 1.26 KB

# Deduction

Properties

Name Type Description Notes
id string [optional] [readonly]
remote_id string The third-party API ID of the matching object. [optional]
created_at \DateTime [optional] [readonly]
modified_at \DateTime This is the datetime that this object was last updated by Merge [optional] [readonly]
employee_payroll_run string [optional]
name string The deduction's name. [optional]
employee_deduction double The amount of money that is withheld from an employee's gross pay by the employee. [optional]
company_deduction double The amount of money that is withheld on behalf of an employee by the company. [optional]
remote_was_deleted bool Indicates whether or not this object has been deleted in the third party platform. [optional]
field_mappings array<string,mixed> [optional] [readonly]
remote_data \MergeHRISClient\Model\RemoteData[] [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]