Show/Hide Toolbars

CWT Software Configuration Handbook

Container        Path: <cwt><TERMINAL><payUnit><extendedproperties>

Element        Path: <cwt><TERMINAL><payUnit><extendedproperties><properties>

Extended Properties for external pay units are available both in cwtconfig.xml and cwtid.xml. The properties in cwtid.xml are intended to be terminal unique and the properties in cwtconfig.xml are of more common nature. If same attribute name is used the attribute in cwtid.xml will override the attribute in cwtconfig.xml.

See PAYUNIT element extendedproperties for more details.

Each property has two attributes “name” and “value”:

<properties name="nameToExt1" value="10"/>

The attribute name defines the name of the property and the attribute value defines the value.

These properties will be transported directly to the external pay unit dll and the dll parses and uses the properties.

The name and value are set by the developer of the dll.

Note:
Information on the correct names for the properties can be found in the description of the External Pay Unit

Attributes

Name

Value range:String
Default:-
Description:Defines the name of the extended property

Value

Value range:String
Default:-
Description:Defines the type of the external property

Example: 1

<TERMINAL terminalGuid="…" terminalId="MyTerminalName">
<payUnit name="Ext0" extPayUnitId="1245-334">
  <extendedproperties>
    <properties name="EncryptionKey" value="172021013103"/>
    <properties name="EncryptionKey2" value="22013103"/>
  </extendedproperties>
</payUnit>
</TERMINAL>