Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.56 KB

BankConnection.md

File metadata and controls

16 lines (13 loc) · 1.56 KB

# BankConnection

Properties

Name Type Description Notes
id int Bank connection identifier
name string Custom name for the bank connection. You can set this field with the 'Edit a bank connection' service, as well as during the initial import of the bank connection. [optional]
update_status string Current status of data download (account balances and transactions/securities). The POST /bankConnections/import and POST /bankConnections/<id>/update services will set this flag to IN_PROGRESS before they return. Once the import or update has finished, the status will be changed to READY.
categorization_status \OpenAPI\Client\Model\CategorizationStatus
interfaces \OpenAPI\Client\Model\BankConnectionInterface[] Set of interfaces that are connected for this bank connection.<br/> <strong>Type:</strong> BankConnectionInterface
account_ids int[] Identifiers of the accounts that belong to this bank connection
owners \OpenAPI\Client\Model\BankConnectionOwner[] Information about the owner(s) of the bank connection<br/> <strong>Type:</strong> BankConnectionOwner [optional]
bank \OpenAPI\Client\Model\BankConnectionBank

[Back to Model list] [Back to API list] [Back to README]