plaid2.model.credit_employment_item module
- class plaid2.model.credit_employment_item.CreditEmploymentItem(*, employments: List[CreditEmploymentVerification], pull_id: str, item_id: str)[source]
Bases:
BaseModel
- dict(**kwargs: Any) Dict[str, Any] [source]
Return a dict representation of the object. Takes same keyword arguments as pydantic.BaseModel.dict
- employments: List[CreditEmploymentVerification]
- 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) CreditEmploymentItem [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) CreditEmploymentItem [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw
- pull_id: str
A reference id to reference what payroll data was returned from this endpoint