plaid2.model.credit_bank_income_get_request_options module

class plaid2.model.credit_bank_income_get_request_options.CreditBankIncomeGetRequestOptions(*, count: Optional[int] = None)[source]

Bases: BaseModel

count: Optional[int]

How many Bank Income Reports should be fetched. Multiple reports may be available if the report has been re- created or refreshed. If more than one report is available, the most recent reports will be returned first.

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

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