You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
147
147
# {FinchAPI::Models::HRIS::EmploymentData::UnionMember0} for more details.
148
148
#
149
149
# @param id [String] A stable Finch `id` (UUID v4) for an individual in the company.
150
150
#
151
151
# @param class_code [String, nil] Worker's compensation classification code for this employee
152
152
#
153
-
# @param custom_fields [Array<FinchAPI::Models::HRIS::EmploymentData::UnionMember0::CustomField>, nil] Custom fields for the individual. These are fields which are defined by the empl
154
-
#
155
153
# @param department [FinchAPI::Models::HRIS::EmploymentData::UnionMember0::Department, nil] The department object.
156
154
#
157
155
# @param employment [FinchAPI::Models::HRIS::EmploymentData::UnionMember0::Employment, nil] The employment object.
@@ -178,52 +176,15 @@ class UnionMember0 < FinchAPI::Internal::Type::BaseModel
178
176
#
179
177
# @param title [String, nil] The current title of the individual.
180
178
#
181
-
# @param work_id [String, nil] This field is deprecated in favour of `source_id`
179
+
# @param custom_fields [Array<FinchAPI::Models::HRIS::EmploymentData::UnionMember0::CustomField>, nil] Custom fields for the individual. These are fields which are defined by the empl
182
180
#
183
181
# @param income [FinchAPI::Models::Income, nil] The employee's income as reported by the provider. This may not always be annual
184
182
#
185
183
# @param income_history [Array<FinchAPI::Models::Income, nil>, nil] The array of income history.
186
184
#
187
185
# @param source_id [String, nil] The source system's unique employment identifier for this individual
0 commit comments