Three D Secure Log UML


Added On:  08/27/15 
SQL Table:  THREE_D_SECURE_LOG 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ThreeDSecureLog 
Entity that represents information about 3-D Secure log events.
Added On:  08/27/15
SQL Column:  AUTHENTICATION_THREE_D_SECURE_FK
Java Field:  authenticationThreeDSecure
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents 3-D secure authentication information.
Added On:  08/27/15
SQL Column:  CONTENT
Java Field:  content
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Parameters of the processed request.
Added On:  12/16/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:  08/27/15
SQL Column:  HOST
Java Field:  host
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
URL address of the processed request.
Added On:  08/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:  01/04/16
SQL Column:  LOG_EVENT_CL
Java Field:  logEventCl
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Represents the type of current 3-D Secure log event.
Added On:  12/16/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.