plaid2.model.paystub_deduction module
- class plaid2.model.paystub_deduction.PaystubDeduction(*, total: Optional[float] = None, type: Optional[str] = None, is_pretax: Optional[bool] = 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
- is_pretax: Optional[bool]
true if the deduction is pre-tax; false otherwise.
- 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) PaystubDeduction [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) PaystubDeduction [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw
- total: Optional[float]
The amount of the deduction.
- type: Optional[str]
“401(k)”, “FICA MED TAX”.
- Type
The description of the deduction, as provided on the paystub. For example