Added On:  03/14/13 
        
        
        
            Module:  UniCharge 
        
     
    
        
            Type:  Entity 
            Status:  Active 
        
        
                            Java Class:  Eft1464CanadaBatch 
                    
        
        
     
    
        
            
                
                    Represents a batch of transactions as it is defined in EFT1464 Canada batch processing specification.                
             
         
     
        
        
                    
                        
                Added On:  06/10/16
                SQL Column:  
                Java Field:  accountNumber
             
            
                Status:  Active
                SQL Type:  
                Java Type:  String
             
            
            
            
                
                    
                        
                        Contains the credit card account number which identifies the customer. The account number is left justified with trailing spaces.                        
                     
                 
             
                    
                        
                Added On:  03/15/13
                SQL Column:  CONTACT_NAME
                Java Field:  contactName
             
            
                Status:  Active
                SQL Type:  varchar(80)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Name of the person to contact to.                        
                     
                 
             
                    
                        
                Added On:  03/15/13
                SQL Column:  CONTACT_PHONE_NUMBER
                Java Field:  contactPhoneNumber
             
            
                Status:  Active
                SQL Type:  varchar(15)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Phone number of the person to contact to.                        
                     
                 
             
                    
                        
                Added On:  06/07/15
                SQL Column:  CPA_CODE
                Java Field:  cpaCode
             
            
                Status:  Active
                SQL Type:  varchar(3)
                Java Type:  String
             
            
            
            
                
                    
                        
                        The Canadian Payment Association payment code from the original transaction.                          
                     
                 
             
                    
                        
                Added On:  06/07/15
                SQL Column:  DESTINATION_DATA_CENTER_CODE
                Java Field:  destinationDataCenterCode
             
            
                Status:  Active
                SQL Type:  varchar(5)
                Java Type:  String
             
            
            
            
                    
                        
                Added On:  03/14/13
                SQL Column:  DUE_DATE
                Java Field:  dueDate
             
            
                Status:  Active
                SQL Type:  varchar(6)
                Java Type:  String
             
            
            
            
                
                    
                        
                        The date that was reflected on the transaction that rejected.  
Format is 0YYDDD.                        
                     
                 
             
                    
                        
                Added On:  03/14/13
                SQL Column:  FILE_CREATION_DATE
                Java Field:  fileCreationDate
             
            
                Status:  Active
                SQL Type:  varchar(6)
                Java Type:  String
             
            
            
            
                
                    
                        
                        The Julian Date when TD created the file.  
Format:  yyyddd                         
                     
                 
             
                    
                        
                Added On:  03/14/13
                SQL Column:  FILE_CREATION_NUMBER
                Java Field:  fileCreationNumber
             
            
                Status:  Active
                SQL Type:  varchar(4)
                Java Type:  String
             
            
            
            
                
                    
                        
                        File Creation Number used to initiate the EFT transactions.                         
                     
                 
             
                    
                        
                Added On:  05/29/13
                SQL Column:  FILE_REJECT_MESSAGE
                Java Field:  fileRejectMessage
             
            
                Status:  Active
                SQL Type:  varchar(75)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Text message that describes why the file was rejected. Matches message output on APEX Summary Edit Report.                        
                     
                 
             
                    
                        
                Added On:  05/29/13
                SQL Column:  FILE_REJECT_REASON_CODE
                Java Field:  fileRejectReasonCode
             
            
                Status:  Active
                SQL Type:  varchar(5)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Codes are left justified followed by a space.                        
                     
                 
             
                    
                        
                Added On:  06/10/16
                SQL Column:  
                Java Field:  institutionId
             
            
                Status:  Active
                SQL Type:  
                Java Type:  String
             
            
            
            
                    
                        
                Added On:  03/14/13
                SQL Column:  ORIGINATOR_ID_NUMBER
                Java Field:  originatorIdNumber
             
            
                Status:  Active
                SQL Type:  varchar(10)
                Java Type:  String
             
            
            
            
                
                    
                        
                        The Originator ID and File Creation Number from the original input file.                         
                     
                 
             
                    
                        
                Added On:  03/14/13
                SQL Column:  ORIGINATOR_LONG_NAME
                Java Field:  originatorLongName
             
            
                Status:  Active
                SQL Type:  varchar(30)
                Java Type:  String
             
            
            
            
                
                    
                        
                        The company name as received on the original input file or, the name appearing on the company profile. 
If the company is a Service Bureau or a Processing Agent, the name of the transaction’s originator (the client’s name) must be entered. This name is passed to the other financial institutions and may appear on the payor/payee’s account statement.                        
                     
                 
             
                    
                        
                Added On:  03/14/13
                SQL Column:  ORIGINATOR_SHORT_NAME
                Java Field:  originatorShortName
             
            
                Status:  Active
                SQL Type:  varchar(15)
                Java Type:  String
             
            
            
            
                
                    
                        
                        The company short name contained on the original input file. 
If the company is a Service Bureau or a Processing Agent, the name of the transaction’s originator (the client’s name) must be entered here. This name is passed to the other financial institutions and may appear on the payee/payor account statement. The receiver of the transaction must be able to clearly identify who has originated the transaction.                        
                     
                 
             
                    
                        
                Added On:  06/11/15
                SQL Column:  ORIGINATOR_SUNDRY_INFORMATION
                Java Field:  originatorSundryInformation
             
            
                Status:  Active
                SQL Type:  varchar(15)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Filled only if you have provided sundry information on the original transaction, otherwise spaces.                         
                     
                 
             
                    
                        
                Added On:  03/15/13
                SQL Column:  REPORT_DATE
                Java Field:  reportDate
             
            
                Status:  Active
                SQL Type:  varchar(10)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Date when the report was created.                        
                     
                 
             
                    
                        
                Added On:  03/15/13
                SQL Column:  SETTLEMENT_DATE
                Java Field:  settlementDate
             
            
                Status:  Active
                SQL Type:  varchar(10)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Date when the transaction was settled.                        
                     
                 
             
                    
                        
                Added On:  03/14/13
                SQL Column:  TOTAL_CREDIT_AMOUNT
                Java Field:  totalCreditAmount
             
            
                Status:  Active
                SQL Type:  varchar(14)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Total amount of all credit transactions.                        
                     
                 
             
                    
                        
                Added On:  03/14/13
                SQL Column:  TOTAL_CREDIT_NUMBER
                Java Field:  totalCreditNumber
             
            
                Status:  Active
                SQL Type:  varchar(8)
                Java Type:  String
             
            
            
            
                
                    
                        
                        The accumulated number (record count) of all credit transaction records in the file.                         
                     
                 
             
                    
                        
                Added On:  03/14/13
                SQL Column:  TOTAL_DEBIT_AMOUNT
                Java Field:  totalDebitAmount
             
            
                Status:  Active
                SQL Type:  varchar(14)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Total amount of the debit transactions.                        
                     
                 
             
                    
                        
                Added On:  03/14/13
                SQL Column:  TOTAL_DEBIT_NUMBER
                Java Field:  totalDebitNumber
             
            
                Status:  Active
                SQL Type:  varchar(8)
                Java Type:  String
             
            
            
            
                
                    
                        
                        The accumulated number (record count) of all debit transaction records in the file.