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
Batch Transaction
Parent:
Charge Transaction
Added On:
02/13/12
SQL Table:
BATCH_TRANSACTION
Module:
UniCharge
Type:
Entity
Status:
Hidden
Java Class:
BatchTransaction
Available Fields:
Batch FK
Id
Response Date
Sub Batch FK
Batch FK
Added On:
02/13/12
SQL Column:
BATCH_FK
Java Field:
batch
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
References
Batch
Attributes:
Reference to the entity that represents a group of batch transactions which must be settled together.
Id
Added On:
02/13/12
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique, Required, CreateOnly
Identifier of the object used for references; auto-incremented integer value.
Response Date
Added On:
02/13/12
SQL Column:
RESPONSE_DATE
Java Field:
responseDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
The date of the response.
Sub Batch FK
Added On:
02/13/12
SQL Column:
SUB_BATCH_FK
Java Field:
subBatch
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
References
Sub Batch
Attributes:
Reference to the entity that represents information about the associated sub-batch transaction.