banks2ff/firefly-iii-api/docs/RuleActionKeyword.md

34 lines
1003 B
Markdown
Raw Permalink Normal View History

# RuleActionKeyword
## Enum Variants
| Name | Value |
|---- | -----|
| UserAction | user_action |
| SetCategory | set_category |
| ClearCategory | clear_category |
| SetBudget | set_budget |
| ClearBudget | clear_budget |
| AddTag | add_tag |
| RemoveTag | remove_tag |
| RemoveAllTags | remove_all_tags |
| SetDescription | set_description |
| AppendDescription | append_description |
| PrependDescription | prepend_description |
| SetSourceAccount | set_source_account |
| SetDestinationAccount | set_destination_account |
| SetNotes | set_notes |
| AppendNotes | append_notes |
| PrependNotes | prepend_notes |
| ClearNotes | clear_notes |
| LinkToBill | link_to_bill |
| ConvertWithdrawal | convert_withdrawal |
| ConvertDeposit | convert_deposit |
| ConvertTransfer | convert_transfer |
| DeleteTransaction | delete_transaction |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)