12 lines
969 B
Plaintext
12 lines
969 B
Plaintext
---
|
|
displayed_sidebar: currencyReference
|
|
---
|
|
|
|
import { TypeList } from "docs-ui"
|
|
|
|
# CurrencyDTO
|
|
|
|
A currency's data.
|
|
|
|
<TypeList types={[{"name":"code","type":"`string`","description":"The ISO 3 character code of the currency.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"symbol","type":"`string`","description":"The symbol of the currency.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"symbol_native","type":"`string`","description":"The symbol of the currecy in its native form. This is typically the symbol used when displaying a price.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the currency.","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CurrencyDTO"/>
|