plaid2.model.platform_ids module

class plaid2.model.platform_ids.PlatformIds(*, position_id: Optional[str] = None, employee_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) PlatformIds[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) PlatformIds[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