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

869 B

CurrencyStore

Properties

Name Type Description Notes
Enabled bool Defaults to true [optional] [default to true]
Default_ 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] [default to null]
Code string [default to null]
Name string [default to null]
Symbol string [default to null]
DecimalPlaces int32 Supports 0-16 decimals. [optional] [default to null]

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