banks2ff/firefly-iii-api/docs/AutocompletePiggy.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

1.0 KiB

AutocompletePiggy

Properties

Name Type Description Notes
id String
name String Name of the piggy bank found by an auto-complete search.
currency_id Option<String> Currency ID for this piggy bank. [optional]
currency_code Option<String> Currency code for this piggy bank. [optional]
currency_symbol Option<String> [optional]
currency_name Option<String> Currency name for the currency used by this account. [optional]
currency_decimal_places Option<i32> [optional]
object_group_id Option<String> The group ID of the group this object is part of. NULL if no group. [optional]
object_group_title Option<String> The name of the group. NULL if no group. [optional]

[Back to Model list] [Back to API list] [Back to README]