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 Model
UML
Added On:
05/06/15
SQL Table:
TERMINAL_MODEL
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
TerminalModel
Represents additional information about terminal model.
Available Fields:
Fulfillment Center FK
Id
Is Active
Item Number
Item URL
Model CL
Notes
Price
Quantity Available
Fulfillment Center FK
Added On:
05/07/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 information about the fulfillment center.
Id
Added On:
05/06/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:
10/29/15
SQL Column:
ITEM_NUMBER
Java Field:
itemNumber
Status:
Active
SQL Type:
varchar(35)
Java Type:
String
Attributes:
The item number of the terminal model.
Item URL
Added On:
05/06/15
SQL Column:
ITEM_URL
Java Field:
itemUrl
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
Reference to the additional information about the terminal model.
Model CL
Added On:
05/06/15
SQL Column:
MODEL_CL
Java Field:
modelCl
Status:
Active
SQL Type:
varchar(11)
Java Type:
String
References
Terminal Model Classifier
Attributes:
Enumeration of available models of terminals.
Notes
Added On:
10/22/15
SQL Column:
NOTES
Java Field:
notes
Status:
Active
SQL Type:
varchar(500)
Java Type:
String
Attributes:
Any additional notes related to the terminal model.
Price
Added On:
05/06/15
SQL Column:
PRICE
Java Field:
price
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
The amount representing the price of the particular terminal model.
Quantity Available
Added On:
05/06/15
SQL Column:
QUANTITY_AVAILABLE
Java Field:
quantityAvailable
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
The number (quantity) of terminals available for order.