plaid2.model.employer module
- class plaid2.model.employer.Employer(*, address: Optional[AddressData] = None, confidence_score: float, employer_id: str, name: str)[source]
Bases:
BaseModel
- address: Optional[AddressData]
Data about the components comprising an address.
- confidence_score: float
A number from 0 to 1 indicating Plaid’s level of confidence in the pairing between the employer and the institution (not yet implemented).
- dict(**kwargs: Any) Dict[str, Any] [source]
Return a dict representation of the object. Takes same keyword arguments as pydantic.BaseModel.dict
- employer_id: str
Plaid’s unique identifier for the employer.
- json(**kwargs: Any) str [source]
Return a json string representation of the object. Takes same keyword arguments as pydantic.BaseModel.json
- name_: str
The name of the employer