Vantiv Tandem Account Update Transaction UML


Added On:  10/10/16 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  VantivTandemAccountUpdateTransaction 
Represents information about Vantiv Tandem account update transaction.
Added On:  10/10/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 information about account update transaction.
Added On:  10/10/16
SQL Column:  
Java Field:  cardholderAccountNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Account number of the associated cardholder.
Added On:  10/10/16
SQL Column:  
Java Field:  cardholderExpirationDate
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Expiration date of the card associated with a cardholder.
Added On:  10/10/16
SQL Column:  DATA_HASH
Java Field:  dataHash
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Hash data associated with the merchant.
Added On:  10/10/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:  10/10/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:  10/10/16
SQL Column:  
Java Field:  newCardholderAccountNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Updated account number of the cardholder.
Added On:  10/10/16
SQL Column:  
Java Field:  newCardholderExpirationDate
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Updated expiration date of the card associated with a cerdholder.
Added On:  10/10/16
SQL Column:  PREVIOUSLY_SENT
Java Field:  previouslySent
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Previous data received for account update.
Added On:  10/10/16
SQL Column:  RESPONSE_CODE
Java Field:  responseCode
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Code of the recieved response.
Added On:  10/10/16
SQL Column:  RESPONSE_SOURCE
Java Field:  responseSource
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Source of the received response message.
Added On:  10/10/16
SQL Column:  VANTIV_TANDEM_ACCOUNT_UPDATE_BATCH_FK
Java Field:  vantivTandemAccountUpdateBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents information associated with Vantiv Tandem account update transaction.