2024 April Release

Struct COOSYSTEM@1.1:CurrencyWithoutConversion Permanent link for this heading

Used for properties that store amounts of money in a certain currency. This type does not use conversion (see typecurrraw).

Properties Permanent link for this heading

Type

Property

Name

CurrencySymbol

currsymbol

Currency Symbol

string(64)

currvalue

Currency Value

Properties Permanent link for this heading


Currency Symbol (COOSYSTEM@1.1:currsymbol) Permanent link for this heading

Defines the currency symbol for the amount of money, like e.g. US Dollar.

CurrencySymbol COOSYSTEM@1.1:currsymbol readonly(ui)


Currency Value (COOSYSTEM@1.1:currvalue) Permanent link for this heading

Defines the amount of money that is in a certain currency, like e.g. US Dollar.

string(64) COOSYSTEM@1.1:currvalue not null readonly(ui)