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
Notification Policy
UML
Added On:
12/16/19
SQL Table:
NOTIFICATION_POLICY
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
NotificationPolicy
Available Fields:
Create Date
Id
Medium Cl
Notification Code
Notification Webhook Fk
Owner Cl
Owner Code
Template Cl
Template Status Cl
Create Date
Added On:
12/16/19
SQL Column:
CREATE_DATE
Java Field:
createDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Date when the notification policy was created.
Id
Added On:
12/16/19
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique notification policy ID generated by the system.
Medium Cl
Added On:
10/06/22
SQL Column:
MEDIUM_CL
Java Field:
mediumCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
References
Medium Classifier
Attributes:
Notification Code
Added On:
12/16/19
SQL Column:
NOTIFICATION_CODE
Java Field:
notificationCode
Status:
Active
SQL Type:
varchar(60)
Java Type:
String
Attributes:
Reference to an event for which the policy is defining.
Notification Webhook Fk
Added On:
10/06/22
SQL Column:
NOTIFICATION_WEBHOOK_FK
Java Field:
notificationWebhook
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
References
Notification Webhook
Attributes:
Reference to Webhook receiving the notification.
Owner Cl
Added On:
12/16/19
SQL Column:
OWNER_CL
Java Field:
ownerCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
Object
References
User Classifier
Attributes:
Type of the owner of the notification policy.
Owner Code
Added On:
12/16/19
SQL Column:
OWNER_CODE
Java Field:
ownerCode
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Reference to the owner of the notification policy.
Template Cl
Added On:
10/16/23
SQL Column:
TEMPLATE_CL
Java Field:
templateCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
Object
References
Template Classifier
Attributes:
Type of notification policy (whether the template is for the customer notification or for the merchant notification).
Template Status Cl
Added On:
05/13/22
SQL Column:
TEMPLATE_STATUS_CL
Java Field:
templateStatusCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
Object
References
Template Status Classifier
Attributes:
Indicates whether system default or a custom notification template is used.