Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.13 KB

KeywordRule.md

File metadata and controls

15 lines (12 loc) · 1.13 KB

# KeywordRule

Properties

Name Type Description Notes
id int Rule identifier
category \OpenAPI\Client\Model\IbanRuleCategory
direction \OpenAPI\Client\Model\TransactionDirection
creation_date \DateTime <strong>Format:</strong> 'YYYY-MM-DD'T'HH:MM:SS.SSSXXX' (RFC 3339, section 5.6)<br/>Timestamp of when the rule was created.
keywords string[] Set of keywords that this rule defines.
keywords_language \OpenAPI\Client\Model\Language
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]