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
Split Schema
UML
Added On:
03/11/17
SQL Table:
SPLIT_SCHEMA
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
SplitSchema
Entity that represents information about the applied split schema.
Available Fields:
Create Date
Creator Code
Description
Id
Is Active
Merchant Account Code
Owner CL
Owner Code
Provider Schema Code
Ref Code
Split Schema Detail FK
Create Date
Added On:
03/11/17
SQL Column:
CREATE_DATE
Java Field:
createDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Date when the split schema was created.
Creator Code
Added On:
03/11/17
SQL Column:
CREATOR_CODE
Java Field:
creatorCode
Status:
Active
SQL Type:
varchar(60)
Java Type:
String
Attributes:
Code of the split schema creator.
Description
Added On:
03/11/17
SQL Column:
DESCRIPTION
Java Field:
description
Status:
Active
SQL Type:
varchar(60)
Java Type:
String
Attributes:
Information assigned to split schema.
Id
Added On:
03/11/17
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:
03/11/17
SQL Column:
IS_ACTIVE
Java Field:
isActive
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Indicates whether split schema is active within the system.
Merchant Account Code
Added On:
04/24/17
SQL Column:
MERCHANT_ACCOUNT_CODE
Java Field:
merchantAccountCode
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Required
Code of the merchant account associated with split schema.
Owner CL
Added On:
03/11/17
SQL Column:
OWNER_CL
Java Field:
ownerCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
Attributes:
Reference to the entity that represents possible types of the merchant.
Owner Code
Added On:
03/11/17
SQL Column:
OWNER_CODE
Java Field:
ownerCode
Status:
Active
SQL Type:
varchar(20)
Java Type:
String
Attributes:
Code of the merchant asociated with split schema.
Provider Schema Code
Added On:
04/21/17
SQL Column:
PROVIDER_SCHEMA_CODE
Java Field:
providerSchemaCode
Status:
Active
SQL Type:
varchar(20)
Java Type:
String
Attributes:
Code of the split schema associated with cloud.
Ref Code
Added On:
03/11/17
SQL Column:
REF_CODE
Java Field:
refCode
Status:
Active
SQL Type:
varchar(60)
Java Type:
String
Attributes:
Identifier of the split schema within an external system
Split Schema Detail FK
Added On:
04/07/17
SQL Column:
SPLIT_SCHEMA_DETAIL_FK
Java Field:
splitSchemaDetails
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
References
Split Schema Detail
Attributes:
Reference to the entity that represents detailed information about the split schema.