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
74
+
# {FinchAPI::Models::ProviderListResponse} for more details.
75
+
#
76
+
# @param id [String] The id of the payroll provider used in Connect.
77
+
#
78
+
# @param display_name [String] The display name of the payroll provider.
79
+
#
80
+
# @param products [Array<String>] The list of Finch products supported on this payroll provider.
81
+
#
82
+
# @param authentication_methods [Array<FinchAPI::Models::ProviderListResponse::AuthenticationMethod>] The authentication methods supported by the provider.
83
+
#
84
+
# @param beta [Boolean] `true` if the integration is in a beta state, `false` otherwise
85
+
#
86
+
# @param icon [String] The url to the official icon of the payroll provider.
87
+
#
88
+
# @param logo [String] The url to the official logo of the payroll provider.
89
+
#
90
+
# @param manual [Boolean] [DEPRECATED] Whether the Finch integration with this provider uses the Assisted
91
+
#
92
+
# @param mfa_required [Boolean] whether MFA is required for the provider.
93
+
#
94
+
# @param primary_color [String] The hex code for the primary color of the payroll provider.
# Some parameter documentations has been truncated, see
40
+
# {FinchAPI::Models::RequestForwardingForwardResponse} for more details.
43
41
#
44
42
# @param request [FinchAPI::Models::RequestForwardingForwardResponse::Request] An object containing details of your original forwarded request, for your ease o
45
43
#
46
44
# @param status_code [Integer] The HTTP status code of the forwarded request's response, exactly received from
45
+
#
46
+
# @param data [String, nil] A string representation of the HTTP response body of the forwarded request's res
47
+
#
48
+
# @param headers [Hash{Symbol=>Object, nil}, nil] The HTTP headers of the forwarded request's response, exactly as received from t
0 commit comments