Name | Type | Description | Notes |
---|---|---|---|
bank_connection_id | int | Bank connection identifier | |
simulate_bank_login_error | bool | Whether to simulate the case that the update fails due to incorrect banking credentials. Note that there is no real communication to any bank server involved, so you won't lock your accounts when enabling this flag. Default value is 'false'. | [optional] [default to False] |
mock_accounts_data | list[MockAccountData] | Mock accounts data. Note that for accounts that exist in a bank connection but that you do not specify in this list, the service will act like those accounts are not received by the bank servers. This means that any accounts that you do not specify here will be marked as deprecated. If you do not specify this list at all, all accounts in the bank connection will be marked as deprecated. | [optional] |