Added On: 02/13/12
Module: UniCharge
Type: Entity
Status: Active
Java Class: VantivLowellBatch
Represents a batch of transactions as it is defined in Vantiv Lowell's batch processing specification.
Added On: 02/13/12
SQL Column: CREDIT_AMOUNT
Java Field: creditAmount
Status: Active
SQL Type: int(11)
Java Type: Integer
Defines the total dollar amount of Credit transactions in the batchRequest. The decimal point is implied.
Added On: 02/13/12
SQL Column: ECHECK_CREDIT_AMOUNT
Java Field: echeckCreditAmount
Status: Active
SQL Type: int(11)
Java Type: Integer
Defines the total dollar amount of eCheck Credit transactions in the batchRequest. The decimal point is implied.
Added On: 02/13/12
SQL Column: ECHECK_SALES_AMOUNT
Java Field: echeckSalesAmount
Status: Active
SQL Type: int(11)
Java Type: Integer
Defines the total dollar amount of eCheck Sale 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(19)
Java Type: String
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
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
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_CREDITS
Java Field: numCredits
Status: Active
SQL Type: int(11)
Java Type: Integer
Defines the total count of Credit transactions in the batchRequest.
Added On: 02/13/12
SQL Column: NUM_ECHECK_CREDIT
Java Field: numEcheckCredit
Status: Active
SQL Type: int(11)
Java Type: Integer
Defines the total count of eCheck Credit transactions in the batchRequest.
Added On: 02/13/12
SQL Column: NUM_ECHECK_SALES
Java Field: numEcheckSales
Status: Active
SQL Type: int(11)
Java Type: Integer
Defines the total count of eCheck Sale transactions in the batchRequest.
Added On: 02/13/12
SQL Column: NUM_SALES
Java Field: numSales
Status: Active
SQL Type: int(11)
Java Type: Integer
Defines the total count of Sale transactions in the batchRequest.
Added On: 06/10/16
SQL Column:
Java Field: password
Status: Active
SQL Type:
Java Type: String
Added On: 02/13/12
SQL Column: SALE_AMOUNT
Java Field: saleAmount
Status: Active
SQL Type: int(11)
Java Type: Integer
Defines the total dollar amount of Sale transactions in the batchRequest. The decimal point is implied.
Added On: 02/13/12
SQL Column: USER
Java Field: user
Status: Active
SQL Type: varchar(20)
Java Type: String
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.