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

805 B

CurrencyStore

Properties

Name Type Description Notes
enabled Option<bool> Defaults to true [optional][default to true]
default Option<bool> Make this currency the default currency. You can set this value to FALSE, in which case nothing will change to the default currency. If you set it to TRUE, the current default currency will no longer be the default currency. [optional]
code String
name String
symbol String
decimal_places Option<i32> Supports 0-16 decimals. [optional]

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