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
Data Group Item To Merchant Account
UML
Added On:
03/16/12
SQL Table:
IAPP_DATA_GROUP_ITEM2_MERCHANT_ACCOUNT
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
DataGroupItem2MerchantAccount
Available Fields:
Code
Data Group FK
Data Group Item FK
Merchant Account FK
Code
Added On:
03/16/12
SQL Column:
CODE
Java Field:
code
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Identifier / Primary Key
Attributes:
Required
Code of the data group item.
Data Group FK
Added On:
03/16/12
SQL Column:
DATA_GROUP_FK
Java Field:
dataGroup
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
References
Data Group
Attributes:
Reference to the entity that represents data group information.
Data Group Item FK
Added On:
03/16/12
SQL Column:
DATA_GROUP_ITEM_FK
Java Field:
dataGroupItem
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
References
Data Group Item
Attributes:
Reference to the entity that represents data group item information.
Merchant Account FK
Added On:
03/16/12
SQL Column:
MERCHANT_ACCOUNT_FK
Java Field:
merchantAccount
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
References
Merchant Account
Attributes:
Reference to the entity that represents merchant account information.