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
Currency Code
Added On:
03/26/15
SQL Table:
IAPP_CURRENCY_CODE
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
CurrencyCode
Entity that represents information about currency codes in the system.
Available Fields:
Code
Currency Sign
Name
Numeric Code
Code
Added On:
03/26/15
SQL Column:
CODE
Java Field:
code
Status:
Active
SQL Type:
varchar(3)
Java Type:
String
Identifier / Primary Key
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Currency Sign
Added On:
02/03/16
SQL Column:
CURRENCY_SIGN
Java Field:
currencySign
Status:
Active
SQL Type:
varchar(3)
Java Type:
String
Attributes:
Sign used to identify the currency (e.g. $).
Name
Added On:
03/26/15
SQL Column:
NAME
Java Field:
name
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Name of the currency used (e.g. dollar, pound etc.).
Numeric Code
Added On:
03/26/15
SQL Column:
NUMERIC_CODE
Java Field:
numericCode
Status:
Active
SQL Type:
varchar(3)
Java Type:
String
Attributes:
Numeric code of the currency to be used in the system.