Skip to content

app > currency

Path: metadata > app > currency.

Currency definitions.

symbolMap

Object<string, string>

A currency-code => symbol mapping.

Example:

{
    "EUR":"€",
    "GBP":"£"
}

list

string[]

A list of currencies available in the system. Values defined as 3-letter currency codes in ISO 4217 standard. Use __APPEND__ to add new currencies w/o deleting existing.

Example:

{
    "list": [
        "__APPEND__",
        "COD"
    ]
}

Cookies & Privacy Policy

Our website uses cookies to give you the best user experience on our website and to help us deliver our services. By using our services, you agree to our use of cookies. Click here for more information.

Yes, I got it!