Zip and Country Codes
Development
Reference Materials
Terminal Model Capabilities
Added On: 08/17/15
Module: UniCharge
Type: Entity
Status: Active
Java Class: TerminalModelCapabilities
Represents additional information about terminal model capabilities.
Added On: 08/17/15
SQL Column: ADDITIONAL_TERMINAL_CAPABILITIES_MASK
Java Field: additionalTerminalCapabilitiesMask
Status: Active
SQL Type: bigint(20)
Java Type: Long
Values of the bit mask in decimal format (e.g., 0xE0, 0xD0, 0xC8). Describes in which industries the terminal can be used, the possibility of its keyboard, printer availability.
Added On: 08/17/15
SQL Column: ID
Java Field: id
Status: Active
SQL Type: bigint(20)
Java Type: Long
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On: 08/17/15
SQL Column: MODEL_CL
Java Field: modelCl
Status: Active
SQL Type: varchar(11)
Java Type: String
Represents the type of terminal model.
Added On: 08/17/15
SQL Column: TERMINAL_CAPABILITIES_MASK
Java Field: terminalCapabilitiesMask
Status: Active
SQL Type: bigint(20)
Java Type: Long
Values of the bit mask in decimal format (e.g., 0xE0, 0xD0, 0xC8). Describes terminal capabilities (supported card types, types of PIN codes etc.) and its secure features.
Added On: 03/25/16
SQL Column: TERMINAL_TYPE_MASK
Java Field: terminalTypeMask
Status: Active
SQL Type: bigint(20)
Java Type: Long
Values of the bit mask in decimal format (e.g., 0x22, 0x18, 0x48). Terminal type, used to define the way of the transaction processing (online, offline with online CAP).
|