Tsys Account Update Transaction UML


Added On:  09/06/18 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  TsysAccountUpdateTransaction 
Added On:  09/05/18
SQL Column:  ACCOUNT_UPDATE_TRANSACTION_FK
Java Field:  accountUpdateTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Added On:  09/05/18
SQL Column:  CARD_ACCOUNT_NUMBER
Java Field:  cardAccountNumber
Status:  Active
SQL Type:  varchar(19)
Java Type:  String
Attributes: Transient
Added On:  09/05/18
SQL Column:  CARD_EXPIRATION_DATE
Java Field:  cardExpirationDate
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes: Transient
Added On:  09/05/18
SQL Column:  DETAIL_REFERENCE_NUMBER
Java Field:  detailReferenceNumber
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Added On:  09/06/18
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:  09/06/18
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.\n\nDepending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.\n\nThe 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:  09/05/18
SQL Column:  RESPONSE_CODE
Java Field:  responseCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Added On:  09/05/18
SQL Column:  TSYS_ACCOUNT_UPDATE_BATCH_FK
Java Field:  tsysAccountUpdateBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Added On:  09/05/18
SQL Column:  UPDATED_CARD_EXPIRATION
Java Field:  updatedCardExpiration
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes: Transient
Added On:  09/05/18
SQL Column:  UPDATED_CARD_NUMBER
Java Field:  updatedCardNumber
Status:  Active
SQL Type:  varchar(19)
Java Type:  String
Attributes: Transient