Files
medusa-store/www/utils/generated/dml-output/currency.json
github-actions[bot] 8a5751c115 chore(docs): Generated DML JSON files (#8343)
This PR holds all generated DML JSON files for the upcoming release.

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-07-30 11:47:57 +00:00

13 lines
542 B
JSON

{
"Currency": {
"filePath": "packages/modules/currency/src/models/currency.ts",
"properties": {
"code": "The ISO 3-character currency code. For example, `USD`.",
"symbol": "The symbol of the currency. For example, `$`.",
"symbol_native": "The native symbol of the currency, if it has a different local symbol.",
"name": "The name of the currency",
"decimal_digits": "How many digits are after the decimal separator for prices in this currency.",
"rounding": "The rounding percision of prices in this currency."
}
}
}