interface CurrencyUnitTypeOptions {
    alphabeticCode?: UAString;
    currency?: null | LocalizedTextLike;
    exponent?: number;
    numericCode?: number;
}

Properties

alphabeticCode?: UAString
currency?: null | LocalizedTextLike
exponent?: number
numericCode?: number