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
127
139
# {FinchAPI::Models::Introspection} for more details.
128
140
#
@@ -154,6 +166,10 @@ class Introspection < FinchAPI::Internal::Type::BaseModel
154
166
#
155
167
# @param customer_name [String, nil] The name of your customer you provided to Finch when a connect session was creat
156
168
#
169
+
# @param entity_ids [Array<String>] Array of entity IDs associated with this connection.
170
+
#
171
+
# @param entity_mode [Symbol, FinchAPI::Models::Introspection::EntityMode] Indicates whether this connection manages a single entity or multiple entities.
172
+
#
157
173
# @param manual [Boolean] Whether the connection associated with the `access_token` uses the Assisted Conn
158
174
#
159
175
# @param payroll_provider_id [String] [DEPRECATED] Use `provider_id` to identify the provider instead of this payroll
@@ -317,6 +333,19 @@ module LastSuccessfulSync
317
333
end
318
334
end
319
335
end
336
+
337
+
# Indicates whether this connection manages a single entity or multiple entities.
0 commit comments