UniPay Token Transaction UML


Added On:  09/15/16 
SQL Table:  UNI_PAY_TOKEN_TRANSACTION 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  UniPayTokenTransaction 
Entity that represents token transaction within UniPay.
Added On:  09/15/16
SQL Column:  
Java Field:  accountAccessory
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
When transaction is associated with a credit card, the field contains card's expiration date. When transaction is associated with a bank account, the field contains account's routing number.
Added On:  09/15/16
SQL Column:  
Java Field:  accountData
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Additional information associated with merchant account.
Added On:  09/15/16
SQL Column:  
Java Field:  accountNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Identifier of the account within the system.
Added On:  09/15/16
SQL Column:  ACCOUNT_TYPE
Java Field:  accountType
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Type of the account associated with the record.
Added On:  09/15/16
SQL Column:  ERROR_CODE
Java Field:  errorCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Code of the occurred error.
Added On:  09/15/16
SQL Column:  ERROR_MESSAGE
Java Field:  errorMessage
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Message attached to the occurred error.
Added On:  09/15/16
SQL Column:  EXCEPTION_CAUSE
Java Field:  exceptionCause
Status:  Active
SQL Type:  varchar(40)
Java Type:  String
Attributes:
Cause of the exception error that occurred within the system.
Added On:  09/15/16
SQL Column:  EXCEPTION_FIELD
Java Field:  exceptionField
Status:  Active
SQL Type:  varchar(40)
Java Type:  String
Attributes:
Field within the system that caused exception error.
Added On:  09/15/16
SQL Column:  EXCEPTION_FORMAT
Java Field:  exceptionFormat
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Format of the exception error.
Added On:  09/15/16
SQL Column:  EXCEPTION_HINT
Java Field:  exceptionHint
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  09/15/16
SQL Column:  EXCEPTION_LEVEL
Java Field:  exceptionLevel
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Place where the exception error occurred.
Added On:  09/15/16
SQL Column:  EXCEPTION_PROCESSOR
Java Field:  exceptionProcessor
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Processor associated with exception error.
Added On:  09/15/16
SQL Column:  EXCEPTION_VALUE
Java Field:  exceptionValue
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Value code of the exception error.
Added On:  09/15/16
SQL Column:  FAILED_REQUEST_TYPE
Java Field:  failedRequestType
Status:  Active
SQL Type:  varchar(22)
Java Type:  String
Attributes:
Type of the request that failed to process.
Added On:  09/15/16
SQL Column:  FAILURE_CODE
Java Field:  failureCode
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Code of the occurred failure.
Added On:  09/15/16
SQL Column:  FAILURE_MESSAGE
Java Field:  failureMessage
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Message attached to the occurred failure.
Added On:  09/15/16
SQL Column:  HOLDER_NAME
Java Field:  holderName
Status:  Active
SQL Type:  varchar(150)
Java Type:  String
Attributes:
Name of the account holder associated with the record.
Added On:  09/15/16
SQL Column:  HOLDER_TYPE
Java Field:  holderType
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Type of the account holder associated with the record.
Added On:  09/15/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:  09/15/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:  09/15/16
SQL Column:  
Java Field:  password
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Password of the user associated with the record.
Added On:  09/15/16
SQL Column:  PROVIDER_MERCHANT_ACCOUNT_CODE
Java Field:  providerMerchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Merchant account code assigned by a processor for identification within processor's system.
Added On:  09/15/16
SQL Column:  REFERENCE_NUMBER
Java Field:  referenceNumber
Status:  Active
SQL Type:  varchar(17)
Java Type:  String
Attributes:
Secondary identifier which can be used to cross-reference records between UniPay and integrated systems.
Added On:  09/15/16
SQL Column:  REQUEST_TYPE
Java Field:  requestType
Status:  Active
SQL Type:  varchar(22)
Java Type:  String
Attributes:
Type of sent request.
Added On:  09/15/16
SQL Column:  RESPONSE_TYPE
Java Field:  responseType
Status:  Active
SQL Type:  varchar(22)
Java Type:  String
Attributes:
Type of the received response.
Added On:  09/15/16
SQL Column:  TOKEN
Java Field:  token
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Token associated with transaction.
Added On:  09/15/16
SQL Column:  TOKEN_TRANSACTION_FK
Java Field:  tokenTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Token Transaction
Attributes:
Reference to the entity that represents information about token transaction.
Added On:  09/15/16
SQL Column:  TRANSACTION_CODE
Java Field:  transactionCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Identifier of the transaction.
Added On:  09/15/16
SQL Column:  
Java Field:  userName
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Name of the user associated with the record.