plaid2.model.user_id module
- class plaid2.model.user_id.UserId(*, __root__: 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
- json(**kwargs: Any) str[source]
Return a json string representation of the object. Takes same keyword arguments as pydantic.BaseModel.json