Vantiv Lowell Token Transaction UML


Added On:  02/13/12 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  VantivLowellTokenTransaction 
Represents tokenization transaction as it is defined in Vantiv Lowell's tokenization specification.
Added On:  06/14/16
SQL Column:  
Java Field:  accNum
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Account number of the customer.
Added On:  06/14/16
SQL Column:  
Java Field:  accountNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Contains the credit card account number which identifies the customer. The account number is left justified with trailing spaces.
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_TOKEN
Java Field:  litleToken
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
The litleToken element defines the value of the 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 for credit card tokens or a fixed length of seventeen (17) characters for eCheck account tokens.
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:  MERCHANT_ID
Java Field:  merchantId
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Child of the accountUpdateFileRequestData element used when you request an Account Update file. This value is a unique string used to identify the merchant within the Litle system.
Added On:  02/13/12
SQL Column:  MESSAGE
Java Field:  message
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
The message element provides a brief definition of the response code.
Added On:  06/14/16
SQL Column:  
Java Field:  password
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  12/13/13
SQL Column:  PAYPAGE_REGISTRATION_ID
Java Field:  paypageRegistrationId
Status:  Active
SQL Type:  varchar(512)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  REPORT_GROUP
Java Field:  reportGroup
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
You use Report groups to separate transactions from your merchantId into different categories so you can view the financial reports by your specific report group names.
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/14/16
SQL Column:  
Java Field:  routingNum
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  02/13/12
SQL Column:  TOKEN_TRANSACTION_FK
Java Field:  tokenTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Token Transaction
Attributes:
Reference to the entity that represents token transaction information.
Added On:  02/13/12
SQL Column:  USER
Java Field:  user
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
The user element is a required child of the authentication element. It is a unique identifier of the user/merchant used to authenticate that the message is from a valid source.