plaid2.model.credit_bank_income_refresh_request_options module

class plaid2.model.credit_bank_income_refresh_request_options.CreditBankIncomeRefreshRequestOptions(*, days_requested: Optional[int] = None, webhook: Optional[str] = None)[source]

Bases: BaseModel

days_requested: Optional[int]

How many days of data to include in the refresh. If not specified, this will default to the days requested in the most recently generated bank income report for the user.

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

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

webhook: Optional[str]

The URL where Plaid will send the bank income webhook.