namespace http://opcfoundation.org/UA/
nodeClass DataType
name CurrencyUnitType
isAbstract false
interface DTCurrencyUnit {
    alphabeticCode: UAString;
    currency: LocalizedText;
    exponent: number;
    numericCode: number;
}

Hierarchy (view full)

Properties

alphabeticCode: UAString
currency: LocalizedText
exponent: number
numericCode: number