Terminal Message


Added On:  06/02/15 
SQL Table:  TERMINAL_MESSAGE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  TerminalMessage 
Entity that represents information about various messages to the terminal.
Added On:  06/02/15
SQL Column:  CONTENT
Java Field:  content
Status:  Active
SQL Type:  longtext(10000)
Java Type:  String
Attributes:
The default initial terminal message.
Added On:  06/02/15
SQL Column:  DELIVERY_REQUEST_TYPE
Java Field:  deliveryRequestType
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
The type of the transaction from which the message was sent.
Added On:  06/02/15
SQL Column:  DELIVERY_TRANSACTION_CODE
Java Field:  deliveryTransactionCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
The ID code of the processed transaction.
Added On:  06/02/15
SQL Column:  DELIVERY_TRANSACTION_DATE
Java Field:  deliveryTransactionDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
The date when the transaction was processed.
Added On:  06/02/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:  06/02/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:  06/02/15
SQL Column:  TERMINAL_CODE
Java Field:  terminalCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Reference to the terminal.
Added On:  06/02/15
SQL Column:  TERMINAL_MESSAGE_STATUS_CL
Java Field:  terminalMessageStatusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents current status of terminal message.