Account Updater History Detail UML


Added On:  03/16/12 
Module:  UniBill 
Type:  Entity  Status:  Active 
Java Class:  AccountUpdaterHistoryDetail 
Added On:  03/16/12
SQL Column:  ACCOUNT_UPDATER_HISTORY_FK
Java Field:  accountUpdaterHistory
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity atht represents account updater history information.
Added On:  03/16/12
SQL Column:  CUSTOMER_ACCOUNT_FK
Java Field:  customerAccount
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Customer Account
Attributes:
Added On:  03/16/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  03/16/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:  03/16/12
SQL Column:  ORIGINAL_BANK_INFO_CODE
Java Field:  originalBankInfoCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  03/16/12
SQL Column:  ORIGINAL_BIN_ENCODED
Java Field:  originalBinEncoded
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes: Encoded
Added On:  03/16/12
SQL Column:  ORIGINAL_CARD_NUMBER
Java Field:  originalCardNumber
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  ORIGINAL_EXPIRATION_DATE
Java Field:  originalExpirationDate
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  ORIGINAL_LAST4
Java Field:  originalLast4
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  ORIGINAL_PAYMENT_OPTION_CL
Java Field:  originalPaymentOptionCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Represents the type of original payment option selected.
Added On:  03/16/12
SQL Column:  ORIGINAL_PAYMENT_OPTION_FK
Java Field:  originalPaymentOption
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Payment Option
Attributes:
Added On:  03/16/12
SQL Column:  ORIGINAL_TOKEN_CODE
Java Field:  originalTokenCode
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  RECEIVED_PAYMENT_OPTION_FK
Java Field:  receivedPaymentOption
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Payment Option
Attributes:
Added On:  03/16/12
SQL Column:  UPDATED_BANK_INFO_CODE
Java Field:  updatedBankInfoCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  03/16/12
SQL Column:  UPDATED_BIN_ENCODED
Java Field:  updatedBinEncoded
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes: Encoded
Added On:  03/16/12
SQL Column:  UPDATED_CARD_NUMBER
Java Field:  updatedCardNumber
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  UPDATED_EXPIRATION_DATE
Java Field:  updatedExpirationDate
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  UPDATED_LAST4
Java Field:  updatedLast4
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  UPDATED_PAYMENT_OPTION_CL
Java Field:  updatedPaymentOptionCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  03/16/12
SQL Column:  UPDATED_TOKEN_CODE
Java Field:  updatedTokenCode
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes: