interface-forge - v2.5.0
    Preparing search index...

    Interface Currency

    The possible definitions related to currency entries.

    interface Currency {
        code: string;
        name: string;
        numericCode: string;
        symbol: string;
    }
    Index

    Properties

    code: string

    The code/short text/abbreviation for the currency (e.g. USD).

    name: string

    The full name for the currency (e.g. US Dollar).

    numericCode: string

    The ISO 4217 numeric code for the currency (e.g. 840).

    symbol: string

    The symbol for the currency (e.g. $).