FirstData North EDC Retail File Batch UML


Parent:    File Batch
Added On:  02/17/13 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  FirstDataNorthEdcRetailFileBatch 
FirstData North EDC specific File Batch representation for the settlement process. It represents a group of FirstData North EDC Capture Retail Transaction objects that are settled together as a group within a single file.
During Generation Process, FirstData North EDC Retail File Batch is converted into a settlement file, which is then registered into File Store for further processing.
Added On:  02/17/13
SQL Column:  BATCH_TRANSACTION_AMOUNT
Java Field:  batchTransactionAmount
Status:  Active
SQL Type:  varchar(8)
Java Type:  String
Attributes:
The total amount of all the transactions in the batch (in cents).
Added On:  02/17/13
SQL Column:  BATCH_TRANSACTION_COUNT
Java Field:  batchTransactionCount
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
The total number of transaction detail records in the batch.
Added On:  07/09/13
SQL Column:  MERCHANT_NUMBER
Java Field:  merchantNumber
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Added On:  07/05/16
SQL Column:  PROVIDER_CHARGE_TRANSACTIONS
Java Field:  providerChargeTransactions
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents provider charge transaction information.
Added On:  04/04/13
SQL Column:  RESPONSE_TEXT
Java Field:  responseText
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Added On:  07/09/13
SQL Column:  SETTLEMENT_DATE_TIME
Java Field:  settlementDateTime
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Added On:  07/09/13
SQL Column:  TERMINAL_ID
Java Field:  terminalId
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Added On:  07/09/13
SQL Column:  TOTAL_AMOUNT
Java Field:  totalAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  07/09/13
SQL Column:  TOTAL_COUNT
Java Field:  totalCount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: