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

25 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

# RecurrenceTransactionUpdate
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | |
**description** | Option<**String**> | | [optional]
**amount** | Option<**String**> | Amount of the transaction. | [optional]
**foreign_amount** | Option<**String**> | Foreign amount of the transaction. | [optional]
**currency_id** | Option<**String**> | Submit either a currency_id or a currency_code. | [optional]
**currency_code** | Option<**String**> | Submit either a currency_id or a currency_code. | [optional]
**foreign_currency_id** | Option<**String**> | Submit either a foreign_currency_id or a foreign_currency_code, or neither. | [optional]
**budget_id** | Option<**String**> | The budget ID for this transaction. | [optional]
**category_id** | Option<**String**> | Category ID for this transaction. | [optional]
**source_id** | Option<**String**> | ID of the source account. Submit either this or source_name. | [optional]
**destination_id** | Option<**String**> | ID of the destination account. Submit either this or destination_name. | [optional]
**tags** | Option<**Vec<String>**> | Array of tags. | [optional]
**piggy_bank_id** | Option<**String**> | | [optional]
**bill_id** | Option<**String**> | Optional. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)