Transaction Rule Fields
| Field | Data Type | Description |
|---|---|---|
category_guid | String | A unique identifier for the category. Defined by MX. |
created_at | String | The date and time the transaction_rule was created, represented in ISO 8601 format with a timestamp, e.g. 2015-04-13T12:01:23-06:00. |
description | String | The matched transaction’s description will be updated to the string provided here. |
guid | String | A unique identifier for the transaction_rule. Defined by MX. |
match_description | String | A string used to find a transaction to which the rule will be applied. Transaction matching is based on a comparison of match_description to a transaction’s cleansed description. |
updated_at | String | The date and time the transaction_rule was last updated, represented in ISO 8601 format with a timestamp, e.g. 2015-04-13T12:01:23Z. |
user_guid | String | A unique identifier for the user to which the transaction_rule belongs. Defined by MX. |

