Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.91 KB

CheckCategorizationTransactionData.md

File metadata and controls

19 lines (16 loc) · 1.91 KB

# CheckCategorizationTransactionData

Properties

Name Type Description Notes
transaction_id string 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.
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 string Purpose. Any symbols are allowed. Maximum length is 2000. Default value: null. [optional]
counterpart string Counterpart. Any symbols are allowed. Maximum length is 80. Default value: null. [optional]
counterpart_iban string Counterpart IBAN. Default value: null. [optional]
counterpart_account_number string Counterpart account number. Default value: null. [optional]
counterpart_blz string Counterpart BLZ. Default value: null. [optional]
counterpart_bic string Counterpart BIC. Default value: null. [optional]
mc_code string Merchant category code (for credit card transactions only). May only contain up to 4 digits. Default value: null. [optional]
type_code_zka string ZKA business transaction code which relates to the transaction's type (Number from 0 through 999). Default value: null. [optional]

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