lib/plaid/models/transactions_removed_webhook.rb in plaid-16.0.0 vs lib/plaid/models/transactions_removed_webhook.rb in plaid-17.0.0
- old
+ new
@@ -1,21 +1,21 @@
=begin
#The Plaid API
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
-The version of the OpenAPI document: 2020-09-14_1.181.1
+The version of the OpenAPI document: 2020-09-14_1.197.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
=end
require 'date'
require 'time'
module Plaid
- # Fired when transaction(s) for an Item are deleted. The deleted transaction IDs are included in the webhook payload. Plaid will typically check for deleted transaction data several times a day.
+ # Fired when transaction(s) for an Item are deleted. The deleted transaction IDs are included in the webhook payload. Plaid will typically check for deleted transaction data several times a day. This webhook is intended for use with `/transactions/get`; if you are using the newer `/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead.
class TransactionsRemovedWebhook
# `TRANSACTIONS`
attr_accessor :webhook_type
# `TRANSACTIONS_REMOVED`