Interface CurrencyFormat

interface CurrencyFormat {
    negative: CurrencyFormatPrefixSuffix;
    positive: CurrencyFormatPrefixSuffix;
}

Properties

Properties