plaid2.model.entity_screening_hit_data module
- class plaid2.model.entity_screening_hit_data.EntityScreeningHitData(*, email_addresses: Optional[List[EntityScreeningHitEmailsItems]] = None, names: Optional[List[EntityScreeningHitNamesItems]] = None, phone_numbers: Optional[List[EntityScreeningHitsPhoneNumberItems]] = None, documents: Optional[List[EntityScreeningHitDocumentsItems]] = None, locations: Optional[List[GenericScreeningHitLocationItems]] = None, urls: Optional[List[EntityScreeningHitUrlsItems]] = None)[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
- documents: Optional[List[EntityScreeningHitDocumentsItems]]
Documents associated with the watchlist hit
- email_addresses: Optional[List[EntityScreeningHitEmailsItems]]
Email addresses associated with the watchlist hit
- json(**kwargs: Any) str [source]
Return a json string representation of the object. Takes same keyword arguments as pydantic.BaseModel.json
- locations: Optional[List[GenericScreeningHitLocationItems]]
Locations associated with the watchlist hit
- names: Optional[List[EntityScreeningHitNamesItems]]
Names associated with the watchlist hit
- classmethod parse_obj(data: Any) EntityScreeningHitData [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) EntityScreeningHitData [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw
- phone_numbers: Optional[List[EntityScreeningHitsPhoneNumberItems]]
Phone numbers associated with the watchlist hit
- urls: Optional[List[EntityScreeningHitUrlsItems]]
URLs associated with the watchlist hit