Initial commit
This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
18
firefly-iii-api/docs/Currency.md
Normal file
18
firefly-iii-api/docs/Currency.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Currency
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**created_at** | Option<**String**> | | [optional][readonly]
|
||||
**updated_at** | Option<**String**> | | [optional][readonly]
|
||||
**enabled** | Option<**bool**> | Defaults to true | [optional][default to true]
|
||||
**default** | Option<**bool**> | Make this currency the default currency. | [optional]
|
||||
**code** | **String** | |
|
||||
**name** | **String** | |
|
||||
**symbol** | **String** | |
|
||||
**decimal_places** | Option<**i32**> | Supports 0-16 decimals. | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user