Vantiv Chargeback Batch UML


Parent:    File Batch
Added On:  03/30/15 
SQL Table:  VANTIV_CHARGEBACK_BATCH 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  VantivChargebackBatch 
Represents a batch of chargeback transactions as it is defined in Vantiv's chargeback specification.
Added On:  03/30/15
SQL Column:  EFFECTIVE_DATE
Java Field:  effectiveDate
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
The date of activity (YYMMDD).
Added On:  03/30/15
SQL Column:  FILE_CREATION_DATE
Java Field:  fileCreationDate
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
The actual date when the batch file was created.
Added On:  03/30/15
SQL Column:  FILE_CREATION_TIME
Java Field:  fileCreationTime
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
The actual time when the batch file was created.
Added On:  03/30/15
SQL Column:  MERCHANT_CHAIN
Java Field:  merchantChain
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Merchant chain number.
Added On:  03/30/15
SQL Column:  MERCHANT_CHAIN_NAME
Java Field:  merchantChainName
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Merchant name associated with chain number.
Added On:  01/03/17
SQL Column:  MERCHANT_DESCRIPTION
Java Field:  merchantDescription
Status:  Active
SQL Type:  varchar(40)
Java Type:  String
Attributes:
Description of the merchant associated with a batch file.
Added On:  01/03/17
SQL Column:  MERCHANT_NUMBER
Java Field:  merchantNumber
Status:  Active
SQL Type:  varchar(16)
Java Type:  String
Attributes:
Merchant number associated with a batch file.
Added On:  03/30/15
SQL Column:  RECORD_COUNT
Java Field:  recordCount
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Record count of detail records.
Added On:  03/30/15
SQL Column:  TOTAL_AMOUNT
Java Field:  totalAmount
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Total amount of batch transaction.
Added On:  06/17/16
SQL Column:  VANTIV_CHARGEBACK_TRANSACTIONS
Java Field:  vantivChargebackTransactions
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents Vantiv chargeback transaction information.