Terminal Migration Log


Added On:  11/27/15 
SQL Table:  TERMINAL_MIGRATION_LOG 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  TerminalMigrationLog 
Entity that represents terminal migration log general information.
Added On:  05/09/19
SQL Column:  COMPLETE_DATE
Java Field:  completeDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  11/27/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:  11/27/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:  11/27/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:  11/27/15
SQL Column:  MERCHANT_ACCOUNT_CODE_FROM
Java Field:  merchantAccountCodeFrom
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Merchant account code from which the migration is going.
Added On:  11/27/15
SQL Column:  MERCHANT_ACCOUNT_CODE_TO
Java Field:  merchantAccountCodeTo
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Merchant account code to which the migration is going.
Added On:  05/09/19
SQL Column:  MIGRATION_STATUS_CL
Java Field:  migrationStatusCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  11/27/15
SQL Column:  NOTES
Java Field:  notes
Status:  Active
SQL Type:  varchar(500)
Java Type:  String
Attributes:
Any additional information that is provided by the user.
Added On:  11/27/15
SQL Column:  TERMINAL_CODE_FROM
Java Field:  terminalCodeFrom
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Terminal code from which migration is going.
Added On:  11/27/15
SQL Column:  TERMINAL_CODE_TO
Java Field:  terminalCodeTo
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Terminal code to which migration is going.
Added On:  11/27/15
SQL Column:  USER_CODE
Java Field:  userCode
Status:  Active
SQL Type:  varchar(150)
Java Type:  String
Attributes:
Code of the user in the system.