Charge Transaction Detail UML


Added On:  05/16/18 
SQL Table:  CHARGE_TRANSACTION_DETAIL 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ChargeTransactionDetail 
Represents detailed information about charge transaction.
Added On:  10/10/17
SQL Column:  CHARGE_TRANSACTION_FK
Java Field:  chargeTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge Transaction
Attributes:
Added On:  02/18/21
SQL Column:  CHARGEBACK_TRANSACTION_FK
Java Field:  chargebackTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Added On:  11/16/17
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:  11/16/17
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.\n\nDepending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.\n\nThe 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:  10/10/17
SQL Column:  PROCESSING_PROFILE_TYPE
Java Field:  processingProfileType
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Added On:  10/10/17
SQL Column:  PROVIDER_REFERENCE_NUMBER
Java Field:  providerReferenceNumber
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  10/10/17
SQL Column:  PROVIDER_TRANSACTION_ID
Java Field:  providerTransactionId
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Added On:  10/10/17
SQL Column:  REQUEST_AMOUNT
Java Field:  requestAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  10/10/17
SQL Column:  REQUEST_DATE
Java Field:  requestDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  10/10/17
SQL Column:  REQUEST_TYPE
Java Field:  requestType
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
Added On:  10/10/17
SQL Column:  RESPONSE_AMOUNT
Java Field:  responseAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  10/10/17
SQL Column:  RESPONSE_DATE
Java Field:  responseDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes: