Vantiv Lowell Account Update Batch UML


Parent:    File Batch
Added On:  02/13/12 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  VantivLowellAccountUpdateBatch 
Represents a batch of account update transactions as it is represented in Vantiv Lowell's account updater service specification.
Added On:  02/13/12
SQL Column:  LITLE_BATCH_ID
Java Field:  litleBatchId
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
A unique value assigned by Litle to identify the batch.
Added On:  02/13/12
SQL Column:  LITLE_SESSION_ID
Java Field:  litleSessionId
Status:  Active
SQL Type:  varchar(19)
Java Type:  String
Attributes:
A unique value assigned by Litle to identify the session.
Added On:  02/13/12
SQL Column:  MERCHANT_ID
Java Field:  merchantId
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
The merchantId element is a 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:  NUM_ACCOUNT_UPDATES
Java Field:  numAccountUpdates
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Defines the total count of Account Update transactions in the batchRequest.
Added On:  06/10/16
SQL Column:  
Java Field:  password
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Password of the user.
Added On:  02/13/12
SQL Column:  REPORT_GROUP
Java Field:  reportGroup
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Required attribute that defines the merchant sub-group in the user interface where this transaction will be displayed.
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.