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
UniPay Properties Definition
Property Locations:
Type
File Path / Table Name
Build
build.properties
Build
gradle.properties
Database
iapp_settings
File
camel-config.properties
File
config.properties
File
ibilling-client.properties
File
unibroker.properties
File
unipay-build.properties
Property Location Types:
Database
run-time property used by the application and stored within a database
File
run-time property used by the application and stored within a file
Build
build-time property used by the application and stored within a file
Available Properties for gradle.properties:
appId
appName
debugLogEnabled
gatewayBuildVersion
inputProfilesPath
outputProfilesPath
profiles
signingFile
signingPassword
terminalBuildVersion
terminalVersionCode
Property Definitions for gradle.properties:
appId
Added On:
02/18/21
Legacy Name:
Group:
Status:
Active
Attributes:
Application id, which is used by a POS system to connect to a terminal.
appName
Added On:
02/18/21
Legacy Name:
Group:
Status:
Active
Attributes:
Name of the terminal application, which is displayed on the App Store.
debugLogEnabled
Added On:
02/18/21
Legacy Name:
Group:
Status:
Active
Attributes:
Indicates, whether debug log is enabled or not. Always “false” in the production environment.
gatewayBuildVersion
Added On:
01/25/21
Legacy Name:
Group:
Status:
Active
Attributes:
Head revision of the terminal application in the Git source code repository.
inputProfilesPath
Added On:
02/18/21
Legacy Name:
Group:
Status:
Active
Attributes:
Relative path to the directory, in which profiles, used for terminal initialization, are generated.
outputProfilesPath
Added On:
02/18/21
Legacy Name:
Group:
Status:
Active
Attributes:
Relative path to the directory, in which profiles, used for terminal initialization, are copied before build of the application occurs.
profiles
Added On:
02/18/21
Legacy Name:
Group:
Status:
Active
Attributes:
List of the terminal initialization profiles to be included in to build of the terminal application.
signingFile
Added On:
02/18/21
Legacy Name:
Group:
Status:
Active
Attributes:
Keystore file, used for signing of the terminal application during the build process.
signingPassword
Added On:
02/18/21
Legacy Name:
Group:
Status:
Active
Attributes:
Password, used for signing of the application.
terminalBuildVersion
Added On:
02/18/21
Legacy Name:
Group:
Status:
Active
Attributes:
Version of the terminal application, released on the App Store.
terminalVersionCode
Added On:
02/18/21
Legacy Name:
Group:
Status:
Active
Attributes:
Code, used for application publishing on the App Store. The value is incremented with each new publishing.