go-firefly3/docs/RecurrenceTransactionUpdate.md
2024-05-11 14:45:50 +03:00

1.6 KiB

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] [Back to API list] [Back to README]