Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
Terminal Key
UML
Added On:
03/12/15
SQL Table:
TERMINAL_KEY
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
TerminalKey
The key which is injected in the terminal for pin-based transactions.
Available Fields:
Fulfillment Center FK
Id
Is Active
Item Number
Name
Provider Code
Fulfillment Center FK
Added On:
05/06/15
SQL Column:
FULFILLMENT_CENTER_FK
Java Field:
fulfillmentCenter
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
References
Fulfillment Center
Attributes:
Reference to the entity that represents the fulfillment center.
Id
Added On:
03/12/15
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Is Active
Added On:
05/06/15
SQL Column:
IS_ACTIVE
Java Field:
isActive
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:true
Indicates whether the terminal is active within the system. Processing won't occur if the terminal is inactive.
Item Number
Added On:
03/12/15
SQL Column:
ITEM_NUMBER
Java Field:
itemNumber
Status:
Active
SQL Type:
varchar(20)
Java Type:
String
Attributes:
The item number of the key that is injected in the terminal.
Name
Added On:
03/12/15
SQL Column:
NAME
Java Field:
name
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
The name of the key that is injected in the terminal.
Provider Code
Added On:
03/12/15
SQL Column:
PROVIDER_CODE
Java Field:
providerCode
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Attributes:
Reference to the entity that represents the provider.