plaid2.model.recurring_transactions_update_webhook module

class plaid2.model.recurring_transactions_update_webhook.RecurringTransactionsUpdateWebhook(*, item_id: str, webhook_type: str, webhook_code: str, account_ids: List[str])[source]

Bases: BaseModel

account_ids: List[str]

A list of account_ids for accounts that have new or updated recurring transactions data.

dict(**kwargs: Any) Dict[str, Any][source]

Return a dict representation of the object. Takes same keyword arguments as pydantic.BaseModel.dict

item_id: str

The item_id of the Item associated with this webhook, warning, or error

json(**kwargs: Any) str[source]

Return a json string representation of the object. Takes same keyword arguments as pydantic.BaseModel.json

classmethod parse_obj(data: Any) RecurringTransactionsUpdateWebhook[source]

Parse a dict into the object. Takes same keyword arguments as pydantic.BaseModel.parse_obj

classmethod parse_raw(b: Union[bytes, str], **kwargs: Any) RecurringTransactionsUpdateWebhook[source]

Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw

webhook_code: str

RECURRING_TRANSACTIONS_UPDATE

webhook_type: str

TRANSACTIONS