Chargeback Case Activity UML


Added On:  07/29/12 
SQL Table:  CHARGEBACK_CASE_ACTIVITY 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ChargebackCaseActivity 
Added On:  07/29/12
SQL Column:  ACTIVITY_CL
Java Field:  activityCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Represents the type of chargeback case activity.
Added On:  07/29/12
SQL Column:  ACTIVITY_DATE
Java Field:  activityDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
The date of the chargeback activity.
Added On:  07/29/13
SQL Column:  CASE_RESOLUTION_CODE
Java Field:  caseResolutionCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
The resolution code of the case activity.
Added On:  07/29/12
SQL Column:  CHARGEBACK_CASE_FK
Java Field:  chargebackCase
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Chargeback Case
Attributes:
Reference to the entity that represents chargeback case.
Added On:  08/07/12
SQL Column:  CREATOR_CODE
Java Field:  creatorCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
The name of the creator of the activity.
Added On:  07/29/12
SQL Column:  CURRENT_QUEUE_CL
Java Field:  currentQueueCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Represents the queue in which the chargeback currently resides.
Added On:  07/29/12
SQL Column:  CYCLE_CL
Java Field:  cycleCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Represents current point in the overall chargeback life-cycle in which the chargeback currently resides.
Added On:  07/29/12
SQL Column:  FROM_QUEUE_CL
Java Field:  fromQueueCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Represents the queue in which the chargeback is resided prior to the performance of the specified activity.
Added On:  07/29/12
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/19/14
SQL Column:  IS_FINANCIAL
Java Field:  isFinancial
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether the chargeback case is financial in the system.
Added On:  07/29/12
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:  07/29/12
SQL Column:  NOTE
Java Field:  note
Status:  Active
SQL Type:  varchar(4095)
Java Type:  String
Attributes:
Additional information associated with the action selected.
Added On:  07/29/12
SQL Column:  PRE_ARBITRATION_AMOUNT
Java Field:  preArbitrationAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
The amount of the pre-arbitration.
Added On:  07/29/12
SQL Column:  REPRESENTED_AMOUNT
Java Field:  representedAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
The represented amount of the transaction.
Added On:  07/29/12
SQL Column:  SETTLEMENT_AMOUNT
Java Field:  settlementAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
The amount of the settlement.
Added On:  06/17/13
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents the current status of the activity.
Added On:  07/29/13
SQL Column:  SUPPORT_SENT
Java Field:  supportSent
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes: Default:N
Added On:  07/29/12
SQL Column:  TO_QUEUE_CL
Java Field:  toQueueCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Represents the queue to which the chargeback is moved after the performance of the specified activity.