| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The ID of the currency | [optional] |
| code | string | The code of the currency | [optional] |
| name | string | The name of the currency | [optional] |
| decimal_points | int | The amount of decimal points of the currency | [optional] |
| symbol | string | The symbol of the currency | [optional] |
| active_flag | bool | Whether the currency is active or not | [optional] |
| is_custom_flag | bool | Whether the currency is a custom one or not | [optional] |