Added On:  02/13/12 
        
        
        
            Module:  UniCharge 
        
     
    
        
            Type:  Entity 
            Status:  Active 
        
        
                            Java Class:  EftProfile 
                    
        
        
     
    
        
            
                
                    Entity that represents configuration settings for processing of ACH transactions through the specific processor.
                
             
         
     
        
        
                    
                        
                Added On:  01/22/14
                SQL Column:  IS_AUTO_CAPTURE
                Java Field:  isAutoCapture
             
            
                Status:  Active
                SQL Type:  tinyint(1)
                Java Type:  Boolean
             
            
            
                
                    Attributes:
                    Default:false                
                             
            
                
                    
                        
                        Indicates whether capture is done automatically when a transaction is processed.
                        
                     
                 
             
                    
                        
                Added On:  07/30/19
                SQL Column:  IS_CAPTURE_REQUIRED
                Java Field:  isCaptureRequired
             
            
                Status:  Active
                SQL Type:  tinyint(1)
                Java Type:  Boolean
             
            
            
            
                    
                        
                Added On:  07/04/16
                SQL Column:  IS_CONVENIENCE_FEE_REQUEST_ENABLED
                Java Field:  isConvenienceFeeRequestEnabled
             
            
                Status:  Active
                SQL Type:  tinyint(1)
                Java Type:  Boolean
             
            
            
                
                    Attributes:
                    Default:false                
                             
            
                
                    
                        
                        Indicates whether confirmation request for convenience fee processing is enabled.
                        
                     
                 
             
                    
                        
                Added On:  08/02/16
                SQL Column:  IS_PARTIAL_VOID_SUPPORTED
                Java Field:  isPartialVoidSupported
             
            
                Status:  Active
                SQL Type:  tinyint(1)
                Java Type:  Boolean
             
            
            
                
                    Attributes:
                    Default:false                
                             
            
                
                    
                        
                        Indicates whether partial void is supported.
                        
                     
                 
             
                    
                        
                Added On:  01/22/14
                SQL Column:  IS_REALTIME_PROCESSING_ENABLED
                Java Field:  isRealtimeProcessingEnabled
             
            
                Status:  Active
                SQL Type:  tinyint(1)
                Java Type:  Boolean
             
            
            
                
                    Attributes:
                    Default:false                
                             
            
                
                    
                        
                        Indicates whether real-time transactions processing is enabled or not.
                        
                     
                 
             
                    
                        
                Added On:  02/13/12
                SQL Column:  MAX_RETRY_ATTEMPT
                Java Field:  maxRetryAttempt
             
            
                Status:  Active
                SQL Type:  int(11)
                Java Type:  Integer
             
            
            
            
                
                    
                        
                        Max count of attempts to rebill.
                        
                     
                 
             
                    
                        
                Added On:  02/13/12
                SQL Column:  RETRY_INTERVAL
                Java Field:  retryInterval
             
            
                Status:  Active
                SQL Type:  int(11)
                Java Type:  Integer
             
            
            
            
                
                    
                        
                        Number of days between the day when unsuccessful transaction was returned (or when the last rebill was sent) and the day of the next rebill.
                        
                     
                 
             
                    
                        
                Added On:  09/29/14
                SQL Column:  SUPPORTED_CREDIT_POLICY_CL
                Java Field:  supportedCreditPolicyCl
             
            
                Status:  Active
                SQL Type:  varchar(2)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Represents current type of credit policy supported by the selected profile.
                        
                     
                 
             
                    
                        
                Added On:  09/25/12
                SQL Column:  TEMPLATE
                Java Field:  template
             
            
                Status:  Active
                SQL Type:  varchar(100)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Name of the proxy template.
                        
                     
                 
             
                    
                        
                Added On:  07/17/15
                SQL Column:  TRANSACTION_DATE_PROCESSING_CL
                Java Field:  transactionDateProcessingCl
             
            
                Status:  Active
                SQL Type:  varchar(1)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Represents the date when the transaction should be processed.