Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.19 KB

InvestmentsDefaultUpdateWebhook.md

File metadata and controls

19 lines (14 loc) · 1.19 KB

InvestmentsDefaultUpdateWebhook

Fired when new transactions have been detected on an investment account.

Properties

Name Type Description Notes
webhook_type str `INVESTMENTS_TRANSACTIONS`
webhook_code str `DEFAULT_UPDATE`
item_id str The `item_id` of the Item associated with this webhook, warning, or error
new_investments_transactions float The number of new transactions reported since the last time this webhook was fired.
canceled_investments_transactions float The number of canceled transactions reported since the last time this webhook was fired.
environment WebhookEnvironmentValues
error PlaidError [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]