Vantiv Lowell Account Update Transaction UML


Added On:  02/13/12 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  VantivLowellAccountUpdateTransaction 
Represents account update transaction as it is represented in Vantiv Lowell's account updater service specification.
Added On:  06/12/17
SQL Column:  ACCOUNT_UPDATE_ID
Java Field:  accountUpdateId
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
Поле содержит ID subBatch + ID транзакции. Нужно для сопоставления request и response.
Added On:  02/13/12
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:  02/13/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  02/13/12
SQL Column:  LITLE_TXN_ID
Java Field:  litleTxnId
Status:  Active
SQL Type:  varchar(19)
Java Type:  String
Attributes:
The litleTxnId element is used to identify transactions in the Litle system. The system returns this element in XML responses. You use it in various requests to reference the original transaction.
Added On:  02/13/12
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:  02/13/12
SQL Column:  MESSAGE
Java Field:  message
Status:  Active
SQL Type:  varchar(512)
Java Type:  String
Attributes:
The message element provides a brief definition of the response code.
Added On:  02/13/12
SQL Column:  ORDER_ID
Java Field:  orderId
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
Defines a merchant-assigned value representing the order in the merchant’s system.
Added On:  02/13/12
SQL Column:  ORIGINAL_CARD_EXP_DATE
Java Field:  originalCardExpDate
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
The Original Card Exp Date is the child of originalCard and it specifies the original expiration date of the card and is required for card-not-present transactions.
Added On:  06/14/16
SQL Column:  
Java Field:  originalCardNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Original credit card number of the customer (before the account update).
Added On:  02/13/12
SQL Column:  ORIGINAL_CARD_TYPE
Java Field:  originalCardType
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
The Original Card Type is the child of originalCard and it provides the original information of the type for the submitted card.
Added On:  02/13/12
SQL Column:  ORIGINAL_LITLE_TOKEN
Java Field:  originalLitleToken
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
The Original Litle Token is the child of originalToken and it defines the original value of the submitted token.
The system returns this value in XML responses when issuing new tokens to replace account numbers. The length of the token is the same as the length of the submitted account number.
Added On:  02/13/12
SQL Column:  RESPONSE
Java Field:  response
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
The response element contains a three digit numeric code which specifies either that the transaction is approved (000 code) or declined.
Added On:  02/13/12
SQL Column:  RESPONSE_TIME
Java Field:  responseTime
Status:  Active
SQL Type:  varchar(19)
Java Type:  String
Attributes:
The responseTime element provides a date/time stamp of the response. The format of the element is YYYY-MM-DDTHH:MM:SS.
Added On:  06/09/17
SQL Column:  UPDATED_BIN
Java Field:  updatedBin
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
6-digit Bank Identification Number of Issuing Bank.
Added On:  02/13/12
SQL Column:  UPDATED_CARD_EXP_DATE
Java Field:  updatedCardExpDate
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
The Updated Card Exp Date is the child of updatedCard and it specifies the updated expiration date of the card and is required for card-not-present transactions.
Added On:  06/14/16
SQL Column:  
Java Field:  updatedCardNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
New cutomer's credit card number (after the account update).
Added On:  02/13/12
SQL Column:  UPDATED_CARD_TYPE
Java Field:  updatedCardType
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
The Updated Card Type is the child of updatedCard and it provides the updated information of the type for the submitted card.
Added On:  02/13/12
SQL Column:  UPDATED_LITLE_TOKEN
Java Field:  updatedLitleToken
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
The Updated Litle Token is the child of updatedToken and it defines the updated value of the submitted token.
The system returns this value in XML responses when issuing new tokens to replace account numbers. The length of the token is the same as the length of the submitted account number.
Added On:  07/05/16
SQL Column:  VANTIV_LOWELL_ACCOUNT_UPDATE_BATCH_FK
Java Field:  vantivLowellAccountUpdateBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents Vantiv Lowell account update transaction information.