go-firefly3/docs/RecurrenceTransactionUpdate.md

23 lines
1.6 KiB
Markdown
Raw Normal View History

2024-05-11 14:43:57 +03:00
# RecurrenceTransactionUpdate
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | | [default to null]
**Description** | **string** | | [optional] [default to null]
**Amount** | **string** | Amount of the transaction. | [optional] [default to null]
**ForeignAmount** | **string** | Foreign amount of the transaction. | [optional] [default to null]
**CurrencyId** | **string** | Submit either a currency_id or a currency_code. | [optional] [default to null]
**CurrencyCode** | **string** | Submit either a currency_id or a currency_code. | [optional] [default to null]
**ForeignCurrencyId** | **string** | Submit either a foreign_currency_id or a foreign_currency_code, or neither. | [optional] [default to null]
**BudgetId** | **string** | The budget ID for this transaction. | [optional] [default to null]
**CategoryId** | **string** | Category ID for this transaction. | [optional] [default to null]
**SourceId** | **string** | ID of the source account. Submit either this or source_name. | [optional] [default to null]
**DestinationId** | **string** | ID of the destination account. Submit either this or destination_name. | [optional] [default to null]
**Tags** | **[]string** | Array of tags. | [optional] [default to null]
**PiggyBankId** | **string** | | [optional] [default to null]
**BillId** | **string** | Optional. | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)