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 Canada Batch
UML
Parent:
File Batch
Added On:
08/20/12
SQL Table:
EFT_CANADA_BATCH
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
EftCanadaBatch
Represents a batch of transactions as it is defined in EFT Canada batch processing specification.
Available Fields:
Credit Amount
Credit Count
Merchant Code
Merchant Name
Process Date
Sale Amount
Sale Count
Total Amount
Credit Amount
Added On:
10/29/13
SQL Column:
CREDIT_AMOUNT
Java Field:
creditAmount
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Total amount of all credits in the batch
Credit Count
Added On:
10/29/13
SQL Column:
CREDIT_COUNT
Java Field:
creditCount
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Total count of all credits in the batch
Merchant Code
Added On:
09/22/15
SQL Column:
MERCHANT_CODE
Java Field:
merchantCode
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Code of the merchant in the system.
Merchant Name
Added On:
09/22/15
SQL Column:
MERCHANT_NAME
Java Field:
merchantName
Status:
Active
SQL Type:
varchar(100)
Java Type:
String
Attributes:
Name associated with this merchant account.
Process Date
Added On:
09/03/12
SQL Column:
PROCESS_DATE
Java Field:
processDate
Status:
Active
SQL Type:
varchar(10)
Java Type:
String
Attributes:
Date when the batch should get processed
Sale Amount
Added On:
10/29/13
SQL Column:
SALE_AMOUNT
Java Field:
saleAmount
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Total amount of sale transactions in the batch
Sale Count
Added On:
10/29/13
SQL Column:
SALE_COUNT
Java Field:
saleCount
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Total count of sale transactions in a batch
Total Amount
Added On:
09/03/12
SQL Column:
TOTAL_AMOUNT
Java Field:
totalAmount
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Total amount of all transactions in a batch