Added On:  02/13/12 
        
        
        
            Module:  UniCharge 
        
     
    
        
            Type:  Entity 
            Status:  Active 
        
        
                            Java Class:  EmailTemplate 
                    
        
        
     
    
        
            
                
                    Entity that represents email template configuration information.
                
             
         
     
        
        
                    
                        
                Added On:  12/16/19
                SQL Column:  CONTENT_CL
                Java Field:  contentCl
             
            
                Status:  Active
                SQL Type:  varchar(4)
                Java Type:  Object
             
            
            
            
                
                    
                        
                        Content type of the notification.
                        
                     
                 
             
                    
                        
                Added On:  02/13/12
                SQL Column:  ID
                Java Field:  id
             
            
                Status:  Active
                SQL Type:  bigint(20)
                Java Type:  Long
             
            
            
                
                    Attributes:
                    Unique, Required                
                             
            
                
                    
                        
                        Identifier of the object used for references; auto-incremented integer value.
                        
                     
                 
             
                    
                        
                Added On:  12/16/19
                SQL Column:  LOCALE_CL
                Java Field:  localeCl
             
            
                Status:  Active
                SQL Type:  varchar(5)
                Java Type:  Object
             
            
            
            
                
                    
                        
                        Locale of the notification. Used to format dates and numbers. 
                        
                     
                 
             
                    
                        
                Added On:  03/10/22
                SQL Column:  MEDIUM_CL
                Java Field:  mediumCl
             
            
                Status:  Active
                SQL Type:  varchar(1)
                Java Type:  String
             
            
            
            
                    
                        
                Added On:  02/13/12
                SQL Column:  MERCHANT_ACCOUNT_CODE
                Java Field:  merchantAccountCode
             
            
                Status:  Active
                SQL Type:  int(11)
                Java Type:  Integer
             
            
            
            
                
                    
                        
                        Reference to the owner of the email template.
                        
                     
                 
             
                    
                        
                Added On:  12/16/19
                SQL Column:  NOTIFICATION_CODE
                Java Field:  notificationCode
             
            
                Status:  Active
                SQL Type:  varchar(60)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Type of the notification for which this template is defined. 
                        
                     
                 
             
                    
                        
                Added On:  12/16/19
                SQL Column:  OWNER_CL
                Java Field:  ownerCl
             
            
                Status:  Active
                SQL Type:  varchar(1)
                Java Type:  Object
             
            
            
            
                
                    
                        
                        Type of the owner of the email template.
                        
                     
                 
             
                    
                        
                Added On:  02/13/12
                SQL Column:  SUBJECT
                Java Field:  subject
             
            
                Status:  Active
                SQL Type:  varchar(255)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Subject of the notification.
                        
                     
                 
             
                    
                        
                Added On:  10/16/23
                SQL Column:  TEMPLATE_CL
                Java Field:  templateCl
             
            
                Status:  Active
                SQL Type:  varchar(1)
                Java Type:  Object
             
            
            
            
                
                    
                        
                        Type of email template (whether the template is for the customer notification or for the merchant notification).
                        
                     
                 
             
                    
                        
                Added On:  02/13/12
                SQL Column:  TEMPLATE_CODE
                Java Field:  templateCode
             
            
                Status:  Active
                SQL Type:  varchar(255)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Internal code that identifies the template.
                        
                     
                 
             
                    
                        
                Added On:  02/13/12
                SQL Column:  TEMPLATE_CONTENT
                Java Field:  templateContent
             
            
                Status:  Active
                SQL Type:  varchar(8192)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Content of the notification.