plaid2.model.sandbox_item_fire_webhook_request module

class plaid2.model.sandbox_item_fire_webhook_request.SandboxItemFireWebhookRequest(*, webhook_code: str, webhook_type: Optional[str] = None, access_token: str)[source]

Bases: BaseModel

access_token: str

The access token associated with the Item data is being requested for.

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

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

webhook_code: str

The webhook codes that can be fired by this test endpoint.

webhook_type: Optional[str]

The webhook types that can be fired by this test endpoint.