Transaction Resource UML


Added On:  03/22/15 
SQL Table:  TRANSACTION_RESOURCE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  TransactionResource 
Added On:  03/22/15
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 charge transactions.
Added On:  03/22/15
SQL Column:  CONTENT
Java Field:  content
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Content of the resource.
Added On:  03/22/15
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date when the record was created
Added On:  03/22/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:  03/22/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/16/15
SQL Column:  RECEIPT_EMAIL
Java Field:  receiptEmail
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Email address to which the receipt should be sent.
Added On:  12/16/15
SQL Column:  RECEIPT_MODE_CL
Java Field:  receiptModeCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Enumeration of possibe receipt printing modes.
Added On:  11/25/22
SQL Column:  REPLY_TO_EMAIL
Java Field:  replyToEmail
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  03/22/15
SQL Column:  TERMINAL_CODE
Java Field:  terminalCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
The unique code of the terminal used for the transaction.
Added On:  03/22/15
SQL Column:  USER_CODE
Java Field:  userCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Code of the user in the system.