NodeOPCUA API Documentation
    Preparing search index...

    Interface CurrencyUnitTypeOptions

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

    Properties

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