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
Attributes:
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
Attributes: Transient
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
Attributes: Transient
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
Attributes:
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
Attributes:
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
Identifier / Primary Key
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
Attributes: Required
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
Attributes:
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
Attributes:
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
Attributes:
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
Attributes:
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
Attributes:
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
Attributes:
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
Attributes:
Reference to the entity that represents account update transaction information.