plaid2.model.credit_1099_filer module
- class plaid2.model.credit_1099_filer.Credit1099Filer(*, address: Optional[CreditPayStubAddress] = None, name: Optional[str] = None, type: Optional[str] = None, tin: Optional[str] = None)[source]
Bases:
BaseModel
- address: Optional[CreditPayStubAddress]
Address on the pay stub.
- 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
- name_: Optional[str]
Name of filer.
- classmethod parse_obj(data: Any) Credit1099Filer [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) Credit1099Filer [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw
- tin: Optional[str]
Tax identification number of filer.
- type: Optional[str]
Payment Settlement Entity (PSE), Electronic Payment Fecilitator (EPF), Other Third Party
- Type
One of the following values will be provided