Amex Chargeback Document Transaction UML


Added On:  12/08/15 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  AmexChargebackDocumentTransaction 
Added On:  06/06/16
SQL Column:  AMEX_CHARGEBACK_DOCUMENT_BATCH_FK
Java Field:  amexChargebackDocumentBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents AmEx chargeback document transaction information.
Added On:  12/08/15
SQL Column:  APP_FORMAT
Java Field:  appFormat
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
Added On:  01/29/16
SQL Column:  CHARGE_TRANSACTION_FK
Java Field:  chargeTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge Transaction
Attributes:
Reference to the entity that represents real-time financial transaction.
Added On:  12/08/15
SQL Column:  CHARGEBACK_CASE_DOCUMENT_CONTENT_FK
Java Field:  chargebackCaseDocumentContent
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents chargeback case document content information.
Added On:  12/08/15
SQL Column:  CHARGEBACK_CASE_DOCUMENT_FK
Java Field:  chargebackCaseDocument
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents chargeback case document information.
Added On:  05/19/16
SQL Column:  
Java Field:  content
Status:  Active
SQL Type:  
Java Type:  byte[]
Attributes: Transient
Content of the Amex chargeback document.
Added On:  12/08/15
SQL Column:  DOC_SCAN_DATE
Java Field:  docScanDate
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Added On:  02/03/16
SQL Column:  ERROR
Java Field:  error
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  12/08/15
SQL Column:  FILENAME
Java Field:  filename
Status:  Active
SQL Type:  varchar(35)
Java Type:  String
Attributes:
Added On:  12/08/15
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  12/08/15
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required
Code of Merchant Account to which instance of this object is attributed to. Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  12/08/15
SQL Column:  PAGES
Java Field:  pages
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  02/03/16
SQL Column:  RECORD_NUMBER
Java Field:  recordNumber
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes: