Files
medusa-store/www/utils/generated/dml-output/currency.json
2025-10-21 11:56:47 +03:00

16 lines
591 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."
},
"deprecated": {
"is_deprecated": false
}
}
}