plaid2.model.credit_bank_income_account module
- class plaid2.model.credit_bank_income_account.CreditBankIncomeAccount(*, owners: Optional[List[Owner]] = None, mask: Optional[str] = None, account_id: Optional[str] = None, subtype: Optional[str] = None, name: Optional[str] = None, official_name: Optional[str] = None, type: Optional[str] = None)[source]
Bases:
BaseModel
- account_id: Optional[str]
Plaid’s unique identifier for the account.
- 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
- mask: Optional[str]
The last 2-4 alphanumeric characters of an account’s official account number. Note that the mask may be non-unique between an Item’s accounts, and it may also not match the mask that the bank displays to the user.
- name_: Optional[str]
The name of the bank account.
- official_name: Optional[str]
The official name of the bank account.
- classmethod parse_obj(data: Any) CreditBankIncomeAccount [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) CreditBankIncomeAccount [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw
- subtype: Optional[str]
//plaid.com/docs/api/accounts/#StandaloneAccountType-depository).
- Type
Valid account subtypes for depository accounts. For a list containing descriptions of each subtype, see [Account schemas](https
- type: Optional[str]
The account type. This will always be depository.