plaid2.model.credit_platform_ids module

class plaid2.model.credit_platform_ids.CreditPlatformIds(*, employee_id: Optional[str] = None, position_id: Optional[str] = None, payroll_id: Optional[str] = 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

employee_id: Optional[str]

The ID of an employee as given by their employer.

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) CreditPlatformIds[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) CreditPlatformIds[source]

Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw

payroll_id: Optional[str]

The ID of an employee as given by their payroll.

position_id: Optional[str]

The ID of the position of the employee.