Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


namestring
FieldTypeRequiredDescription
idIntegertrueUnique identificator of the Currency.
codestringStringtrueCode of the Currency (ISO 4217)
nameStringtrueName of the Currency.
nameI18nStringtrueName of the Currency in user language.
symbolStringtrueThe UTF-8 symbol for this currency.
decimalPlacesIntegertrueNumber of decimals. Example: if decimalPlaces is 2, then a value should look like "2.00€".



JSON representation

Code Block
languagepowershell
themeDJango
{
	"id": 1,
	"code": "EUR",
	"name": "Euro",
    "nameI18n": "Euro",
	"symbol": "€",
	"decimalPlaces": 2
}