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

840 B

Currency

Properties

Name Type Description Notes
CreatedAt time.Time [optional] [default to null]
UpdatedAt time.Time [optional] [default to null]
Enabled bool Defaults to true [optional] [default to true]
Default_ bool Make this currency 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]