Name |
Type |
Description |
Notes |
id |
String |
|
[optional][readonly] |
remote_id |
String |
The third-party API ID of the matching object. |
[optional] |
created_at |
Time |
The datetime that this object was created by Merge. |
[optional][readonly] |
modified_at |
Time |
The datetime that this object was modified by Merge. |
[optional][readonly] |
employee_payroll_run |
String |
|
[optional] |
name |
String |
The tax's name. |
[optional] |
amount |
Float |
The tax amount. |
[optional] |
employer_tax |
Boolean |
Whether or not the employer is responsible for paying the tax. |
[optional] |
remote_was_deleted |
Boolean |
Indicates whether or not this object has been deleted in the third party platform. |
[optional] |
field_mappings |
Object |
|
[optional][readonly] |
remote_data |
Array<RemoteData> |
|
[optional][readonly] |
require 'merge_hris_client'
instance = MergeHRISClient::Tax.new(
id: e3a825fd-c38d-4095-a717-df98c4cb9ebc,
remote_id: 26806834,
created_at: 2021-09-15T00:00Z,
modified_at: 2021-10-16T00:00Z,
employee_payroll_run: 35347df1-95e7-46e2-93cc-66f1191edca5,
name: California State Income Tax,
amount: 100.25,
employer_tax: false,
remote_was_deleted: null,
field_mappings: {"organization_defined_targets":{"custom_key":"custom_value"},"linked_account_defined_targets":{"custom_key":"custom_value"}},
remote_data: null
)