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
Region Code
Added On:
10/27/16
SQL Table:
IAPP_REGION_CODE
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
RegionCode
Entity that represents information about region codes available in the system.
Available Fields:
Code
Country Code
Id
Name
Code
Added On:
10/27/16
SQL Column:
CODE
Java Field:
code
Status:
Active
SQL Type:
varchar(3)
Java Type:
String
Attributes:
Identifier of the object used for references; auto-incremented integer value.
Country Code
Added On:
10/27/16
SQL Column:
COUNTRY_CODE
Java Field:
countryCode
Status:
Active
SQL Type:
varchar(3)
Java Type:
String
Attributes:
Code of the country that the region belongs to.
Id
Added On:
10/27/16
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.
Name
Added On:
10/27/16
SQL Column:
NAME
Java Field:
name
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Name of the region that the code belongs to.