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
Velocity Rule
Added On:
02/05/15
SQL Table:
IAPP_VELOCITY_RULE
Module:
UniCore
Type:
Entity
Status:
Deleted
Java Class:
VelocityRule
Entity that represents various velocity rules information.
Note: Velocity tracking rules are defined to detect situations when a consistent stream of transactions is interrupted. The purpose of such rules is to define a condition in terms of quantity of transactions that is expected every 30 minutes must be met in order to guarantee that the system is processing and expecting.
Available Fields:
Create Date
Id
Is Active
Max Count
Min Count
Name
Object CL
Object Code List
Create Date
Added On:
02/05/15
SQL Column:
CREATE_DATE
Java Field:
createDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Date when the record was created.
Id
Added On:
02/05/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:
02/05/15
SQL Column:
IS_ACTIVE
Java Field:
isActive
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:true
Indicates whether the record is currently active.
Max Count
Added On:
02/05/15
SQL Column:
MAX_COUNT
Java Field:
maxCount
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Maximum number of the transactions.
Min Count
Added On:
02/05/15
SQL Column:
MIN_COUNT
Java Field:
minCount
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Minimum number of the transactions.
Name
Added On:
02/05/15
SQL Column:
NAME
Java Field:
name
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Name of the velocity rule.
Object CL
Added On:
02/05/15
SQL Column:
OBJECT_CL
Java Field:
objectCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
References
Object Classifier
Attributes:
Enumeration of possible values of objects, that can be used as the criteria for selection.
Object Code List
Added On:
03/16/15
SQL Column:
OBJECT_CODE_LIST
Java Field:
objectCodeList
Status:
Active
SQL Type:
varchar(1024)
Java Type:
String
Attributes:
The code list of the selected type of object, that would be involved in the selection.