Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.21 KB

SignalEvaluateResponse.md

File metadata and controls

16 lines (11 loc) · 1.21 KB

SignalEvaluateResponse

SignalEvaluateResponse defines the response schema for /signal/income/evaluate

Properties

Name Type Description Notes
request_id str A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
scores SignalScores
warnings [SignalWarning] If bank information was not available to be used in the Signal model, this array contains warnings describing why bank data is missing. If you want to receive an API error instead of Signal scores in the case of missing bank data, file a support ticket or contact your Plaid account manager.
core_attributes SignalEvaluateCoreAttributes [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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