Amex Account Update Transaction UML


Added On:  09/14/15 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  AmexAccountUpdateTransaction 
Represents account update transaction as it is represented in Amex's account updater service specification.
Added On:  09/14/15
SQL Column:  ACCOUNT_UPDATE_TRANSACTION_FK
Java Field:  accountUpdateTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents account update transaction.
Added On:  09/14/15
SQL Column:  AMEX_ACCOUNT_UPDATE_BATCH_FK
Java Field:  amexAccountUpdateBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents a batch of account update transactions as it is represented in Amex's account updater service specification.
Added On:  12/04/15
SQL Column:  AMEX_ACCOUNT_UPDATE_TRANSACTION_FK
Java Field:  amexAccountUpdateTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents AmEx update transaction information.
Added On:  12/04/15
SQL Column:  
Java Field:  creditCardNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Encoded number of the credit card.
Added On:  09/14/15
SQL Column:  CUSTOMER_NUMBER
Java Field:  customerNumber
Status:  Active
SQL Type:  varchar(22)
Java Type:  String
Attributes:
Number of the customer in the system.
Added On:  09/14/15
SQL Column:  DECISION_IND
Java Field:  decisionInd
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  12/04/15
SQL Column:  
Java Field:  expiryDate
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Expiry date of the credit card.
Added On:  09/14/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:  09/14/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.
Added On:  12/04/15
SQL Column:  
Java Field:  newCreditCardNum
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Number of new credit card of the customer (after the account update).
Added On:  12/04/15
SQL Column:  
Java Field:  oldCreditCardNum
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Number of old credit card of the customer (before the account update).
Added On:  09/14/15
SQL Column:  REJECT_CODE
Java Field:  rejectCode
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Added On:  09/14/15
SQL Column:  TRANS_CODE
Java Field:  transCode
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Code of the origina transaction.