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
EFT T Tech Batch
UML
Parent:
File Batch
Added On:
02/13/12
SQL Table:
EFT_TTECH_BATCH
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
EftTtechBatch
Represents a batch of transactions as it is defined in EFT T Tech batch processing specification.
Available Fields:
Merchant ID
Site
Total Amount
Merchant ID
Added On:
02/13/12
SQL Column:
MERCHANT_ID
Java Field:
merchantId
Status:
Active
SQL Type:
varchar(6)
Java Type:
String
Attributes:
ID assigned by the processor in order to identify merchants.
Site
Added On:
02/13/12
SQL Column:
SITE
Java Field:
site
Status:
Active
SQL Type:
varchar(5)
Java Type:
String
Attributes:
Given by provider
Total Amount
Added On:
02/13/12
SQL Column:
TOTAL_AMOUNT
Java Field:
totalAmount
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Total amount of the transactions including discount and tax.