banks2ff/firefly-iii-api/docs/AutocompleteTransactionId.md
Jacob Kiers f0b8df90b9 Initial commit
This is definitely not functional yet.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-10-04 20:31:39 +02:00

15 lines
645 B
Markdown

# AutocompleteTransactionId
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The ID of a transaction journal (basically a single split). |
**transaction_group_id** | Option<**String**> | The ID of the underlying transaction group. | [optional]
**name** | **String** | Transaction description with ID in the name. |
**description** | **String** | Transaction description with ID in the name. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)