Back to Medusa

CurrencyDTO

www/apps/resources/references/currency/interfaces/currency.CurrencyDTO/page.mdx

2.14.2988 B
Original Source

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":"","example":"usd","expandable":false,"children":[]},{"name":"symbol","type":"string","description":"The symbol of the currency.","optional":false,"defaultValue":"","example":"$","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":"","example":"$","expandable":false,"children":[]},{"name":"name","type":"string","description":"The name of the currency.","optional":false,"defaultValue":"","example":"US Dollar","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CurrencyDTO"/>