Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
Vantiv Lowell Account Update Batch
UML
Parent:
File Batch
Added On:
02/13/12
SQL Table:
VANTIV_LOWELL_ACCOUNT_UPDATE_BATCH
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.
Available Fields:
Litle Batch ID
Litle Session ID
Merchant ID
Num Account Updates
Password
Report Group
User
Litle Batch ID
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.
Litle Session ID
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.
Merchant ID
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.
Num Account Updates
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.
Password
Added On:
06/10/16
SQL Column:
Java Field:
password
Status:
Active
SQL Type:
Java Type:
String
Attributes:
Transient
Password of the user.
Report Group
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.
User
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.