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
Processing Deviation Breakdown
UML
Added On:
05/12/14
SQL Table:
IAPP_PROCESSING_DEVIATION_BREAKDOWN
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
ProcessingDeviationBreakdown
Available Fields:
Id
Limit CL
Processing Deviation FK
Transaction Code
Id
Added On:
05/12/14
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.
Limit CL
Added On:
05/16/14
SQL Column:
LIMIT_CL
Java Field:
limitCl
Status:
Active
SQL Type:
varchar(3)
Java Type:
String
References
Limit Classifier
Attributes:
Represents current (or selected) type of limit for which the breakdown is defined.
Processing Deviation FK
Added On:
05/12/14
SQL Column:
PROCESSING_DEVIATION_FK
Java Field:
processingDeviation
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
References
Processing Deviation
Attributes:
Reference to the deviation record for which the breakdown is defined.
Transaction Code
Added On:
05/12/14
SQL Column:
TRANSACTION_CODE
Java Field:
transactionCode
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Attributes:
Reference to the transaction (Charge Transaction or Chargeback Transaction) that is resulted in a particular deviation.