plaid2.model.assets_product_ready_webhook module

class plaid2.model.assets_product_ready_webhook.AssetsProductReadyWebhook(*, webhook_type: str, asset_report_id: str, webhook_code: str)[source]

Bases: BaseModel

asset_report_id: str

The asset_report_id that can be provided to /asset_report/get to retrieve the Asset Report.

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

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

webhook_code: str

PRODUCT_READY

webhook_type: str

ASSETS