Vantiv Lowell Retail File Batch UML


Parent:    File Batch
Added On:  02/13/12 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  VantivLowellRetailFileBatch 
Vantiv Lowell specific File Batch representation for the settlement process. It represents a group of Vantiv Lowell Capture Retail Transaction objects that are settled together as a group within a single file.
During Generation Process, Vantiv Lowell Retail File Batch is converted into a settlement file, which is then registered into File Store for further processing.
Added On:  02/13/12
SQL Column:  CAPTURE_AMOUNT
Java Field:  captureAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Defines the total dollar amount of Capture transactions in the batchRequest. The decimal point is implied.
Added On:  02/13/12
SQL Column:  LITLE_BATCH_ID
Java Field:  litleBatchId
Status:  Active
SQL Type:  varchar(50)
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:
The litleSessionId element is a child of the RFRRequest element used to request the response from a previously submitted Batch. The value of the litleSessionId must be the same at the value returned in the corresponding attribute of the litleResponse.
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_CAPTURES
Java Field:  numCaptures
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Defines the total count of Capture transactions in the batchRequest.
Added On:  06/10/16
SQL Column:  
Java Field:  password
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
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.