UniPay Account Update Transaction                                                    UML
                                
         
     
    
    
    
    
        
            Added On:  09/13/16 
        
        
        
            Module:  UniCharge 
        
     
    
        
            Type:  Entity 
            Status:  Active 
        
        
                            Java Class:  UniPayAccountUpdateTransaction 
                    
        
        
     
    
        
            
                
                    Entity that represents account update transaction information in UniPay.                
             
         
     
        
        
                    
                        
                Added On:  09/13/16
                SQL Column:  ACCOUNT_ACCESSORY_UPDATED
                Java Field:  accountAccessoryUpdated
             
            
                Status:  Active
                SQL Type:  varchar(10)
                Java Type:  String
             
            
            
            
                
                    
                        
                        New value of the account accessory. When transaction is associated with a credit card, this field contains card's expiration date. When transaction is associated with a bank account, this field contains account's routing number.
                        
                     
                 
             
                    
                        
                Added On:  09/13/16
                SQL Column:  
                Java Field:  accountNumber
             
            
                Status:  Active
                SQL Type:  
                Java Type:  String
             
            
            
            
                
                    
                        
                        Account number of the merchant within the processor's system.                        
                     
                 
             
                    
                        
                Added On:  09/13/16
                SQL Column:  
                Java Field:  accountNumberUpdated
             
            
                Status:  Active
                SQL Type:  
                Java Type:  String
             
            
            
            
                
                    
                        
                        New account number of the merchant within the processor's system.                        
                     
                 
             
                    
                        
                Added On:  09/13/16
                SQL Column:  ACCOUNT_TYPE
                Java Field:  accountType
             
            
                Status:  Active
                SQL Type:  varchar(1)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Reference to the entity that represents enumeration of possible account types available in the system.                        
                     
                 
             
                    
                        
                Added On:  09/13/16
                SQL Column:  ACCOUNT_UPDATE_TRANSACTION_FK
                Java Field:  accountUpdateTransaction
             
            
                Status:  Active
                SQL Type:  bigint(20)
                Java Type:  Long
             
            
            
            
                
                    
                        
                        Reference to the entity that represents account update transaction information.                        
                     
                 
             
                    
                        
                Added On:  09/13/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:  09/13/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:  09/13/16
                SQL Column:  REFERENCE_NUMBER
                Java Field:  referenceNumber
             
            
                Status:  Active
                SQL Type:  varchar(17)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Secondary identifier which can be used to cross-reference records between UniPay and integrated systems.                         
                     
                 
             
                    
                        
                Added On:  09/13/16
                SQL Column:  RESPONSE_CODE
                Java Field:  responseCode
             
            
                Status:  Active
                SQL Type:  varchar(5)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Response code generated by the system.                         
                     
                 
             
                    
                        
                Added On:  09/13/16
                SQL Column:  RESPONSE_MESSAGE
                Java Field:  responseMessage
             
            
                Status:  Active
                SQL Type:  varchar(250)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Response message generated by the system.                        
                     
                 
             
                    
                        
                Added On:  09/23/16
                SQL Column:  TOKEN
                Java Field:  token
             
            
                Status:  Active
                SQL Type:  varchar(50)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Token value that is used for account number.                        
                     
                 
             
                    
                        
                Added On:  09/13/16
                SQL Column:  TOKEN_UPDATED
                Java Field:  tokenUpdated
             
            
                Status:  Active
                SQL Type:  varchar(40)
                Java Type:  String
             
            
            
            
                
                    
                        
                        New token value that replaces account number.                        
                     
                 
             
                    
                        
                Added On:  09/13/16
                SQL Column:  TRANSACTION_CODE
                Java Field:  transactionCode
             
            
                Status:  Active
                SQL Type:  varchar(40)
                Java Type:  String
             
            
            
            
                
                    
                        
                        Unique code of the account update transaction.                        
                     
                 
             
                    
                        
                Added On:  09/15/16
                SQL Column:  UNI_PAY_ACCOUNT_UPDATE_BATCH_FK
                Java Field:  uniPayAccountUpdateBatch
             
            
                Status:  Active
                SQL Type:  bigint(20)
                Java Type:  Long
             
            
            
            
                
                    
                        
                        Reference to the entity that represents account update transaction information.