Files
medusa-store/www/apps/resources/references/currency/interfaces/currency.CurrencyDTO/page.mdx
2024-12-09 15:27:01 +02:00

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"/>