Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.27 KB

KeywordRule.md

File metadata and controls

14 lines (11 loc) · 1.27 KB

# KeywordRule

Properties

Name Type Description Notes
id int Rule identifier
category Category <strong>Type:</strong> Category<br/> The category that this rule assigns to the transactions that it matches
direction TransactionDirection <strong>Type:</strong> TransactionDirection<br/> Direction for the rule. 'Income' means that the rule applies to transactions with a positive amount only, 'Spending' means it applies to transactions with a negative amount only.
creation_date string Timestamp of when the rule was created, in the format 'YYYY-MM-DD HH:MM:SS.SSS' (german time)
keywords string[]
all_keywords_must_match bool This field is only relevant if the rule contains multiple keywords. If set to 'true' it means that all keywords have to be found in a transaction to apply the given category. If set to 'false', then even a single matching keyword in a transaction can trigger this rule.

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