plaid2.model.watchlist_screening_hit_locations module
- class plaid2.model.watchlist_screening_hit_locations.WatchlistScreeningHitLocations(*, full: str, country: str)[source]
Bases:
BaseModel
- country: str
Valid, capitalized, two-letter ISO code representing the country of this object. Must be in ISO 3166-1 alpha-2 form.
- dict(**kwargs: Any) Dict[str, Any] [source]
Return a dict representation of the object. Takes same keyword arguments as pydantic.BaseModel.dict
- full: str
The full location string, potentially including elements like street, city, postal codes and country codes. Note that this is not necessarily a complete or well-formatted address.
- 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) WatchlistScreeningHitLocations [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) WatchlistScreeningHitLocations [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw