17 lines
840 B
Markdown
17 lines
840 B
Markdown
# Currency
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**CreatedAt** | [**time.Time**](time.Time.md) | | [optional] [default to null]
|
|
**UpdatedAt** | [**time.Time**](time.Time.md) | | [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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|