Charge Transaction Tag Data UML


Added On:  01/09/15 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ChargeTransactionTagData 
Added On:  06/10/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:  01/09/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:  01/09/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:  01/09/15
SQL Column:  REQUEST_TAGS
Java Field:  requestTags
Status:  Active
SQL Type:  varchar(999)
Java Type:  String
Attributes:
Added On:  01/09/15
SQL Column:  RESPONSE_TAGS
Java Field:  responseTags
Status:  Active
SQL Type:  varchar(999)
Java Type:  String
Attributes:
Added On:  04/02/15
SQL Column:  SCRIPT_RESULT_TAGS
Java Field:  scriptResultTags
Status:  Active
SQL Type:  varchar(999)
Java Type:  String
Attributes: