plaid2.model.credit_bank_income_warning module
- class plaid2.model.credit_bank_income_warning.CreditBankIncomeWarning(*, warning_code: Optional[str] = None, warning_type: Optional[str] = None, cause: Optional[CreditBankIncomeCause] = None)[source]
Bases:
BaseModel
- cause: Optional[CreditBankIncomeCause]
An error object and associated item_id used to identify a specific Item and error when a batch operation operating on multiple Items has encountered an error in one of the Items.
- 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) CreditBankIncomeWarning [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) CreditBankIncomeWarning [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw
- warning_code: Optional[str]
The warning code identifies a specific kind of warning. IDENTITY_UNAVAILABLE: Unable to extract identity for the Item TRANSACTIONS_UNAVAILABLE: Unable to extract transactions for the Item ITEM_UNAPPROVED: User did not grant permission to share income data for the Item REPORT_DELETED: Report deleted due to customer or consumer request
- warning_type: Optional[str]
The warning type which will always be BANK_INCOME_WARNING.