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

983 B

CurrencyUpdate

Properties

Name Type Description Notes
Enabled bool If the currency is enabled [optional] [default to null]
Default_ bool If the currency must be the default for the user. You can only submit TRUE. Submitting FALSE will not drop this currency as the default currency, because then the system would be without one. [optional] [default to null]
Code string The currency code [optional] [default to null]
Name string The currency name [optional] [default to null]
Symbol string The currency symbol [optional] [default to null]
DecimalPlaces int32 How many decimals to use when displaying this currency. Between 0 and 16. [optional] [default to null]

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