Elavon Account Update Transaction UML


Added On:  08/23/16 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ElavonAccountUpdateTransaction 
Represents account update transaction as it is represented in Elavon account updater service specification.
Added On:  08/23/16
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 information.
Added On:  08/23/16
SQL Column:  
Java Field:  cardNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Previous number of the payment card.
Added On:  08/23/16
SQL Column:  ELAVON_ACCOUNT_UPDATE_BATCH_FK
Java Field:  elavonAccountUpdateBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents Elavon account update transaction information.
Added On:  08/23/16
SQL Column:  
Java Field:  expirationDate
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Previous expiration date of the payment card.
Added On:  08/23/16
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:  08/23/16
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:  08/23/16
SQL Column:  
Java Field:  newCardNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
New number of the payment card.
Added On:  08/23/16
SQL Column:  
Java Field:  newExpirationDate
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
New expiration date of the payment card.
Added On:  08/23/16
SQL Column:  PREVIOUSLY_SENT
Java Field:  previouslySent
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Previous data received for account update.
Added On:  08/23/16
SQL Column:  RESPONSE_IDENTIFIER
Java Field:  responseIdentifier
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Identifier of the type of the response message.
Added On:  08/23/16
SQL Column:  USER_DATA
Java Field:  userData
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Additional information in textual format about the used assigned to the account updater.