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.
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
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
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.
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.
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
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
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
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