Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.76 KB

TransactionDataWithIdentifier.md

File metadata and controls

19 lines (15 loc) · 1.76 KB

TransactionDataWithIdentifier

Properties

Name Type Description Notes
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/>
amount float Amount
purpose str Purpose. Any symbols are allowed. Maximum length is 2000. Default value: null. [optional]
counterpart str Counterpart. Any symbols are allowed. Maximum length is 80. Default value: null. [optional]
counterpart_iban str Counterpart IBAN. Default value: null. [optional]
counterpart_account_number str Counterpart account number. Default value: null. [optional]
counterpart_blz str Counterpart BLZ. Default value: null. [optional]
counterpart_bic str Counterpart BIC. Default value: null. [optional]
mc_code str Merchant category code (for credit card transactions only). Default value: null. NOTE: This field is currently not regarded. [optional]
transaction_id str Identifier of transaction. This can be any arbitrary string that will be passed back in the response so that you can map the results to the given transactions. Note that the identifier must be unique within the given list of transactions.

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