plaid2.model.credit_1099_recipient module
- class plaid2.model.credit_1099_recipient.Credit1099Recipient(*, name: Optional[str] = None, address: Optional[CreditPayStubAddress] = None, facta_filing_requirement: Optional[str] = None, tin: Optional[str] = None, second_tin_exists: Optional[str] = None, account_number: Optional[str] = None)[source]
Bases:
BaseModel
- account_number: Optional[str]
Account number number of recipient.
- 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
- facta_filing_requirement: Optional[str]
Checked if FACTA is a filing requirement.
- 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 recipient.
- classmethod parse_obj(data: Any) Credit1099Recipient [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) Credit1099Recipient [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw
- second_tin_exists: Optional[str]
Checked if 2nd TIN exists.
- tin: Optional[str]
Tax identification number of recipient.