Credit Agency Transaction UML


Added On:  02/13/12 
SQL Table:  CREDIT_AGENCY_TRANSACTION 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  CreditAgencyTransaction 
Added On:  02/13/12
SQL Column:  ACTUAL_PAYMENT_AMOUNT
Java Field:  actualPaymentAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Actual amount of payment.
Added On:  02/13/12
SQL Column:  BIRTH_DATE
Java Field:  birthDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Date of birth of the client.
Added On:  02/13/12
SQL Column:  CITY
Java Field:  city
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
City of the mailing address.
Added On:  02/13/12
SQL Column:  CLOSE_DATE
Java Field:  closeDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
The date when the transaction cycle was closed.
Added On:  02/13/12
SQL Column:  CURRENT_BALANCE
Java Field:  currentBalance
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  02/13/12
SQL Column:  CUSTOMER_ACCOUNT_CODE
Java Field:  customerAccountCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  DELETE_CL
Java Field:  deleteCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Represents the type of reason to delete credit agency account.
Added On:  02/13/12
SQL Column:  EFFECTIVE_DATE
Java Field:  effectiveDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  02/13/12
SQL Column:  FIRST_NAME
Java Field:  firstName
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  02/13/12
SQL Column:  IS_BANKRUPTCY_FILED
Java Field:  isBankruptcyFiled
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  02/13/12
SQL Column:  IS_CORRECTED
Java Field:  isCorrected
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  02/13/12
SQL Column:  IS_DECEASED
Java Field:  isDeceased
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  02/13/12
SQL Column:  LAST_NAME
Java Field:  lastName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  LAST_PAYMENT_DATE
Java Field:  lastPaymentDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  02/13/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:  02/13/12
SQL Column:  MIDDLE_NAME
Java Field:  middleName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  OPEN_DATE
Java Field:  openDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  02/13/12
SQL Column:  ORIGINAL_CREDITOR_NAME
Java Field:  originalCreditorName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  ORIGINAL_DELINQUENCY_AMOUNT
Java Field:  originalDelinquencyAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  02/13/12
SQL Column:  ORIGINAL_DELINQUENCY_DATE
Java Field:  originalDelinquencyDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  02/13/12
SQL Column:  PHONE
Java Field:  phone
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  PREV_TRANSACTION_CODE
Java Field:  prevTransactionCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Code of the previous transaction processed.
Added On:  02/13/12
SQL Column:  PREV_TRANSACTION_FK
Java Field:  prevTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents previous transaction information.
Added On:  02/13/12
SQL Column:  SOCIAL_SECURITY_NUMBER
Java Field:  socialSecurityNumber
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  STATE
Java Field:  state
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  STREET1
Java Field:  street1
Status:  Active
SQL Type:  varchar(128)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  STREET2
Java Field:  street2
Status:  Active
SQL Type:  varchar(128)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  TRANSACTION_CODE
Java Field:  transactionCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Added On:  02/13/12
SQL Column:  ZIP_CODE
Java Field:  zipCode
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
ZIP code or postal code of the credit agency.