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
Channel
Added On:
03/19/15
SQL Table:
IAPP_CHANNEL
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
Channel
Entity that represents channel set up for a given portfolio.
The channel represents an integration done with UniPay from/by an outside system.
Available Fields:
Code
Description
Id
Name
Portfolio Code
Code
Added On:
03/19/15
SQL Column:
CODE
Java Field:
code
Status:
Active
SQL Type:
varchar(60)
Java Type:
String
Attributes:
The code of the channel in the system.
Description
Added On:
05/08/15
SQL Column:
DESCRIPTION
Java Field:
description
Status:
Active
SQL Type:
varchar(255)
Java Type:
String
Attributes:
Additional information about the channel given by the client.
Id
Added On:
03/19/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.
Name
Added On:
03/19/15
SQL Column:
NAME
Java Field:
name
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
The name of the channel in the system.
Portfolio Code
Added On:
04/22/15
SQL Column:
PORTFOLIO_CODE
Java Field:
portfolioCode
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Portfolio that this channel belongs to.