plaid2.model.deposit_switch_target_account module

class plaid2.model.deposit_switch_target_account.DepositSwitchTargetAccount(*, account_number: str, account_subtype: str, routing_number: str, account_name: str)[source]

Bases: BaseModel

account_name: str

The name of the deposit switch destination account, as it will be displayed to the end user in the Deposit Switch interface. It is not required to match the name used in online banking.

account_number: str

Account number for deposit switch destination

account_subtype: str

The account subtype of the account, either checking or savings.

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

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

routing_number: str

Routing number for deposit switch destination