object

CurrencySchema

Schema for currency.
Fields
currency_code
String
The ISO 4217 currency code, such as 'INR' for Indian Rupee. This field represents the standardized three-letter code of a currency. For example, 'INR', 'USD', or 'EUR'.
currency_symbol
String
The symbol representing the currency, such as '₹' for Indian Rupee. This is used for display purposes alongside currency amounts. For example, '₹', '$', or '€'.