Notification Policy UML


Added On:  12/16/19 
SQL Table:  NOTIFICATION_POLICY 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  NotificationPolicy 
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.
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.
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:
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.
Added On:  10/06/22
SQL Column:  NOTIFICATION_WEBHOOK_FK
Java Field:  notificationWebhook
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to Webhook receiving the notification.
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.
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.
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).
Added On:  05/13/22
SQL Column:  TEMPLATE_STATUS_CL
Java Field:  templateStatusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  Object
Attributes:
Indicates whether system default or a custom notification template is used.