docs/Currency.md in budgea_client-1.4.4 vs docs/Currency.md in budgea_client-2.0.0
- old
+ new
@@ -4,7 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | ISO 4217 code used as ID |
**symbol** | **String** | Symbol representing the currency |
**prefix** | **BOOLEAN** | Amount is prefixed or not by the currency | [default to false]
+**crypto** | **BOOLEAN** | It is a crypto currency or not | [optional] [default to false]
+**precision** | **Integer** | Numbers of significant digits | [optional]
+**marketcap** | **Float** | Market Capitalization in EUR | [optional]
+**datetime** | **DateTime** | Time and date of Market Cap (for cryptos) | [optional]