plaid2.model.item_status_last_webhook module

class plaid2.model.item_status_last_webhook.ItemStatusLastWebhook(*, code_sent: Optional[str] = None, sent_at: Optional[str] = None)[source]

Bases: BaseModel

code_sent: Optional[str]

The last webhook code sent.

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

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

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

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

sent_at: Optional[str]

//wikipedia.org/wiki/ISO_8601) timestamp of when the webhook was fired.

Type

[ISO 8601](https