plaid2.model.verification_expired_webhook module

class plaid2.model.verification_expired_webhook.VerificationExpiredWebhook(*, webhook_code: str, webhook_type: str, item_id: str, account_id: str)[source]

Bases: BaseModel

account_id: str

The account_id of the account associated with the webhook

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

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

webhook_code: str

VERIFICATION_EXPIRED

webhook_type: str

AUTH