plaid2.model.pending_expiration_webhook module

class plaid2.model.pending_expiration_webhook.PendingExpirationWebhook(*, consent_expiration_time: str, webhook_type: str, webhook_code: str, item_id: str)[source]

Bases: BaseModel

consent_expiration_time: str

//wikipedia.org/wiki/ISO_8601) format

Type

The date and time at which the Item’s access consent will expire, in [ISO 8601](https

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

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

webhook_code: str

PENDING_EXPIRATION

webhook_type: str

ITEM