Added On:  06/23/16 
        
        
        
            Module:  UniCore 
        
     
    
        
            Type:  Entity 
            Status:  Active 
        
        
                            Java Class:  BrandingProfile 
                    
        
        
     
    
        
            
                
                    Represents branding profile features.
                
             
         
     
        
        
                    
                        
                Added On:  07/22/16
                SQL Column:  COMPANY_NAME
                Java Field:  companyName
             
            
                Status:  Active
                SQL Type:  varchar(128)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Name of the branding company.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  CONTENT_MAIN_LOGO_PRINT_FK
                Java Field:  contentMainLogoPrint
             
            
                Status:  Active
                SQL Type:  bigint(20)
                Java Type:  Long
             
            
            
            
                
                    
                        
                        Reference to the entity that represents main logo image that is used in email notifications.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  CONTENT_POWERED_LOGO_PRINT_FK
                Java Field:  contentPoweredLogoPrint
             
            
                Status:  Active
                SQL Type:  bigint(20)
                Java Type:  Long
             
            
            
            
                
                    
                        
                        Reference to the entity that represents secondary logo image that is used in notifications.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  CONTENT_POWERED_LOGO_WEB_FK
                Java Field:  contentPoweredLogoWeb
             
            
                Status:  Active
                SQL Type:  bigint(20)
                Java Type:  Long
             
            
            
            
                
                    
                        
                        Reference to the entity that represents secondary logo image used for web.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  EXTERNAL_ONBOARDING_DOCUMENTATION_URL
                Java Field:  externalOnboardingDocumentationUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        URL address of outside of EON Payments documentation.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  ID
                Java Field:  id
             
            
                Status:  Active
                SQL Type:  bigint(20)
                Java Type:  Long
             
            
            
                
                    Attributes:
                    Unique, Required, CreateOnly, ReadOnly                
                             
            
                
                    
                        
                        Identifier of the object used for references; auto-incremented integer value.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  IMAGE_DATA
                Java Field:  imageData
             
            
                Status:  Active
                SQL Type:  varchar(1024)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Information about the image used in a branding profile.
                        
                     
                 
             
                    
                        
                Added On:  08/29/16
                SQL Column:  MERCHANT_ACCOUNT_CODE
                Java Field:  merchantAccountCode
             
            
                Status:  Active
                SQL Type:  int(11)
                Java Type:  Integer
             
            
            
            
                
                    
                        
                        Code of 
Merchant Account to which instance of this object is attributed to.
Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.                        
 
                     
                 
             
                    
                        
                Added On:  11/25/22
                SQL Column:  MERCHANT_SERVICE_EMAIL_REPLY_TO
                Java Field:  merchantServiceEmailReplyTo
             
            
                Status:  Active
                SQL Type:  varchar(100)
                Java Type:  String
             
            
            
            
                    
                        
                Added On:  06/23/16
                SQL Column:  MERCHANT_SERVICES_EMAIL
                Java Field:  merchantServicesEmail
             
            
                Status:  Active
                SQL Type:  varchar(100)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Email address used by merchants and resellers to discuss any business issues.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  MERCHANT_SERVICES_FAX
                Java Field:  merchantServicesFax
             
            
                Status:  Active
                SQL Type:  varchar(15)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Fax number used by merchants and resellers to exchange any documents related to business issues.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  MERCHANT_SERVICES_PHONE
                Java Field:  merchantServicesPhone
             
            
                Status:  Active
                SQL Type:  varchar(15)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Service phone number used by merchants and resellers to discuss any business issues.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  MERCHANT_WORK_HOURS
                Java Field:  merchantWorkHours
             
            
                Status:  Active
                SQL Type:  varchar(1024)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Working hours of the support team.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  ONBOARDING_CONTACT_EMAIL
                Java Field:  onboardingContactEmail
             
            
                Status:  Active
                SQL Type:  varchar(100)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Email address used to discuss any onboarding issues.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  ONBOARDING_CONTACT_PHONE
                Java Field:  onboardingContactPhone
             
            
                Status:  Active
                SQL Type:  varchar(15)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Phone number used to discuss any onboarding issues.
                        
                     
                 
             
                    
                        
                Added On:  02/07/20
                SQL Column:  ONBOARDING_PAGES_URL
                Java Field:  onboardingPagesUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                    
                        
                Added On:  06/23/16
                SQL Column:  OWNER_CL
                Java Field:  ownerCl
             
            
                Status:  Active
                SQL Type:  varchar(1)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Represents the user type of owner within the system.
The values can be the following:
'S' - the owner is a System;
'P' - the owner is a Portfolio;
'R' - the owner is a Reseller;
'M' - the owner is a Merchant;
'C' - the owner is a Customer;
'U' - the owner is a User;
'F' - the owner is a Fulfillment center.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  OWNER_CODE
                Java Field:  ownerCode
             
            
                Status:  Active
                SQL Type:  varchar(11)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Unique code of the owner within the system.
                        
                     
                 
             
                    
                        
                Added On:  07/22/16
                SQL Column:  PARENT_COMPANY_NAME
                Java Field:  parentCompanyName
             
            
                Status:  Active
                SQL Type:  varchar(128)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Name of the parent company of the merchant's entity.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  STYLE_DATA
                Java Field:  styleData
             
            
                Status:  Active
                SQL Type:  varchar(1024)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Information about the interface style used in a branding profile.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  SUPPORT_EMAIL
                Java Field:  supportEmail
             
            
                Status:  Active
                SQL Type:  varchar(100)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Email address used to discuss any technical issues.
                        
                     
                 
             
                    
                        
                Added On:  11/25/22
                SQL Column:  SUPPORT_EMAIL_REPLY_TO
                Java Field:  supportEmailReplyTo
             
            
                Status:  Active
                SQL Type:  varchar(100)
                Java Type:  String
             
            
            
            
                    
                        
                Added On:  06/23/16
                SQL Column:  SUPPORT_FAX
                Java Field:  supportFax
             
            
                Status:  Active
                SQL Type:  varchar(15)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Fax number used to send any required documents.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  SUPPORT_PHONE
                Java Field:  supportPhone
             
            
                Status:  Active
                SQL Type:  varchar(15)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Phone number used to discuss any technical issues.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  SUPPORT_SYSTEM_PASSWORD
                Java Field:  supportSystemPassword
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Password used to access the support system.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  SUPPORT_SYSTEM_URL
                Java Field:  supportSystemUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        URL address of support system portal.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  SUPPORT_SYSTEM_USERNAME
                Java Field:  supportSystemUsername
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Username used to access the support system.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  SUPPORT_WORK_HOURS
                Java Field:  supportWorkHours
             
            
                Status:  Active
                SQL Type:  varchar(1024)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Working hours of the support team.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  UNIBILL_NAME
                Java Field:  unibillName
             
            
                Status:  Active
                SQL Type:  varchar(128)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Name of the UniBill module that is displayed in notifications. 
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  UNIBILL_PROCESSING_URL
                Java Field:  unibillProcessingUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        URL address for submitting of API calls in UniBill.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  UNIBILL_SPECIFICATION_URL
                Java Field:  unibillSpecificationUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        URL address of UniBill specification.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  UNICHARGE_BATCH_PROCESSING_URL
                Java Field:  unichargeBatchProcessingUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        URL address for submitting of API batch files calls in UniCharge.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  UNICHARGE_NAME
                Java Field:  unichargeName
             
            
                Status:  Active
                SQL Type:  varchar(128)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Name of the UniCharge module that is displayed in notifications.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  UNICHARGE_REALTIME_PROCESSING_URL
                Java Field:  unichargeRealtimeProcessingUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        URL address for submitting of API realtime calls in UniCharge.
                        
                     
                 
             
                    
                        
                Added On:  07/18/16
                SQL Column:  UNICHARGE_SPECIFICATION_URL
                Java Field:  unichargeSpecificationUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        URL address of UniCharge specifications storage.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  UNIPAY_DOCUMENTATION_URL
                Java Field:  unipayDocumentationUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        URL address of EON Payments documentation.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  UNIPAY_NAME
                Java Field:  unipayName
             
            
                Status:  Active
                SQL Type:  varchar(128)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Name of the EON Payments module that is displayed in notifications.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  UNIPAY_PORTAL_URL
                Java Field:  unipayPortalUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        URL address of the EON Payments portal.
                        
                     
                 
             
                    
                        
                Added On:  07/18/16
                SQL Column:  UNIREAD_NAME
                Java Field:  unireadName
             
            
                Status:  Active
                SQL Type:  varchar(128)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Name of the UniRead module that is displayed in notifications. 
                        
                     
                 
             
                    
                        
                Added On:  09/07/16
                SQL Column:  UNIREAD_PROCESSING_URL
                Java Field:  unireadProcessingUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        URL address for submitting of API calls in UniRead.
                        
                     
                 
             
                    
                        
                Added On:  07/18/16
                SQL Column:  UNIREAD_SPECIFICATION_URL
                Java Field:  unireadSpecificationUrl
             
            
                Status:  Active
                SQL Type:  varchar(225)
                Java Type:  String
             
            
            
            
                
                    
                        
                        URL address of UniRead specification.
                        
                     
                 
             
                    
                        
                Added On:  06/23/16
                SQL Column:  CONTENT_MAIN_LOGO_WEB_FK
                Java Field:  contentMainLogoWeb
             
            
                Status:  Active
                SQL Type:  bigint(20)
                Java Type:  Long
             
            
            
            
                
                    
                        
                        Reference to the entity that represents main logo image used for web.