plaid2.model.sync_updates_available_webhook module

class plaid2.model.sync_updates_available_webhook.SyncUpdatesAvailableWebhook(*, initial_update_complete: bool, webhook_type: str, item_id: str, historical_update_complete: bool, webhook_code: str)[source]

Bases: BaseModel

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

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

historical_update_complete: bool

Indicates if historical pull information is available.

initial_update_complete: bool

Indicates if initial pull information is available.

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) SyncUpdatesAvailableWebhook[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) SyncUpdatesAvailableWebhook[source]

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

webhook_code: str

SYNC_UPDATES_AVAILABLE

webhook_type: str

TRANSACTIONS