Skip to content

Latest commit

 

History

History
executable file
·
20 lines (16 loc) · 2.12 KB

CheckCategorizationTransactionData.md

File metadata and controls

executable file
·
20 lines (16 loc) · 2.12 KB

CheckCategorizationTransactionData

Properties

Name Type Description Notes
TransactionId 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. [default to null]
AccountTypeId int64 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/> [default to null]
Amount float32 Amount [default to null]
Purpose string Purpose. Any symbols are allowed. Maximum length is 2000. Default value: null. [optional] [default to null]
Counterpart string Counterpart. Any symbols are allowed. Maximum length is 80. Default value: null. [optional] [default to null]
CounterpartIban string Counterpart IBAN. Default value: null. [optional] [default to null]
CounterpartAccountNumber string Counterpart account number. Default value: null. [optional] [default to null]
CounterpartBlz string Counterpart BLZ. Default value: null. [optional] [default to null]
CounterpartBic string Counterpart BIC. Default value: null. [optional] [default to null]
McCode string Merchant category code (for credit card transactions only). May only contain up to 4 digits. Default value: null. [optional] [default to null]
TypeCodeZka string ZKA business transaction code which relates to the transaction's type (Number from 0 through 999). Default value: null. [optional] [default to null]

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