Charge Transaction Log


Added On:  10/23/15 
SQL Table:  CHARGE_TRANSACTION_LOG 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ChargeTransactionLog 
Added On:  12/23/15
SQL Column:  CHARGE_TRANSACTION_CODE
Java Field:  chargeTransactionCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Code of the charge transaction.
Added On:  10/23/15
SQL Column:  CLIENT_HOST
Java Field:  clientHost
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Host address of the client.
Added On:  10/23/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:  10/23/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:  10/23/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:  10/23/15
SQL Column:  REQUEST_DATA
Java Field:  requestData
Status:  Active
SQL Type:  varchar(8000)
Java Type:  String
Attributes:
Request data (information requested).
Added On:  10/23/15
SQL Column:  REQUEST_HOST
Java Field:  requestHost
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Hosr address used for the request.
Added On:  10/23/15
SQL Column:  REQUEST_TYPE
Java Field:  requestType
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Type of transaction request.
Added On:  10/23/15
SQL Column:  RESPONSE_DATA
Java Field:  responseData
Status:  Active
SQL Type:  varchar(8000)
Java Type:  String
Attributes:
Response data (information given in the response to the request).
Added On:  10/23/15
SQL Column:  TERMINAL_CODE
Java Field:  terminalCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Code of the terminal used for the transaction.
Added On:  10/23/15
SQL Column:  USER_NAME
Java Field:  userName
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Name of the user that created the transaction record.