currency

currency
currency

Represents a currency. Currencies are identified by their ISO 4217 currency codes. Visit the ISO web site for more information.

JSON Example
{
    "code": "string",
    "name": "string",
    "numericCode": "string",
    "symbol": "string"
}
string
code
Required

ISO 4217 currency code for this currency

string
name
Required

The name of this currency in a current locale

string
numericCode
Required

ISO 4217 numeric code for this currency

string
symbol
Optional

Symbol corresponding to this currency