plaid2.model.numbers_eft module
- class plaid2.model.numbers_eft.NumbersEft(*, account: str, institution: str, branch: str, account_id: str)[source]
Bases:
BaseModel
- account: str
The EFT account number for the account
- account_id: str
The Plaid account ID associated with the account numbers
- branch: str
The EFT branch number 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
- institution: str
The EFT institution number for the account
- 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) NumbersEft [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) NumbersEft [source]
Parse a json string into the object. Takes same keyword arguments as pydantic.BaseModel.parse_raw