plaid2.model.income_verification_paystubs_get_request module

class plaid2.model.income_verification_paystubs_get_request.IncomeVerificationPaystubsGetRequest(*, access_token: Optional[str] = None, income_verification_id: Optional[str] = None)[source]

Bases: BaseModel

access_token: Optional[str]

The access token associated with the Item data is being requested for.

dict(**kwargs: Any) Dict[str, Any][source]

Return a dict representation of the object. Takes same keyword arguments as pydantic.BaseModel.dict

income_verification_id: Optional[str]

The ID of the verification for which to get paystub information.

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

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