plaid2.model.credit_audit_copy_token_create_request module
- class plaid2.model.credit_audit_copy_token_create_request.CreditAuditCopyTokenCreateRequest(*, report_tokens: List[ReportToken], auditor_id: str)[source]
Bases:
BaseModel
- auditor_id: str
The auditor_id of the third party with whom you would like to share the Asset Report and/or Income Report.
- 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
- classmethod parse_obj(data: Any) CreditAuditCopyTokenCreateRequest [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) CreditAuditCopyTokenCreateRequest [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw
- report_tokens: List[ReportToken]
List of report tokens; can include both Asset Report tokens and Income Report tokens.