Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.43 KB

AccountParams.md

File metadata and controls

12 lines (8 loc) · 1.43 KB

AccountParams

Properties

Name Type Description Notes
account_name str Account name. Maximum length is 512. [optional]
account_type_id int Identifier of account type.<br/><br/>1 = Checking,<br/>2 = Savings,<br/>3 = CreditCard,<br/>4 = Security,<br/>5 = Loan,<br/>6 = Pocket (DEPRECATED; will not be returned for any account unless this type has explicitly been set via PATCH),<br/>7 = Membership,<br/>8 = Bausparen<br/><br/> [optional]
is_new bool Whether this account should be flagged as 'new' or not. Any newly imported account will have this flag initially set to true, and remain so until you set it to false (see PATCH /accounts/<id>). How you use this field is up to your interpretation, however it is recommended to set the flag to false for all accounts right after the initial import of the bank connection. This way, you will be able recognize accounts that get newly imported during a later update of the bank connection, by checking for any accounts with the flag set to true after every update of the bank connection. [optional] [default to False]

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