Clearhaus Auth Retail Transaction UML


Added On:  07/22/15 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ClearhausAuthRetailTransaction 
Clearhaus specific low-level representation of Retail Transaction produced by Forward Transformation Process within Authorization Process.
During Generation Process, Clearhaus specific interchange message is generated from this object for authorization. Consequently, all fields of the object are mapped into message segments/elements.
Added On:  07/22/15
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Total amount of the transactions including discount and tax. Amount in minor units of given currency (e.g. cents if in Euro).
Added On:  06/10/16
SQL Column:  
Java Field:  apiKey
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
The value of this parameter is assigned to you by Clearhaus.
Added On:  07/24/15
SQL Column:  APPROVED_AMOUNT
Java Field:  approvedAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Approved amount of the transaction.
Added On:  07/22/15
SQL Column:  AUTH_ID
Java Field:  authId
Status:  Active
SQL Type:  varchar(36)
Java Type:  String
Attributes:
Transaction ID used to identify the original transaction.
Added On:  10/06/15
SQL Column:  
Java Field:  cardCsc
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
CSC code of the card.
Added On:  10/06/15
SQL Column:  
Java Field:  cardExpireMonth
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Month of the card expiration date.
Added On:  10/06/15
SQL Column:  
Java Field:  cardExpireYear
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Year of the card expiration date.
Added On:  10/06/15
SQL Column:  
Java Field:  cardNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Credit card or bank account number.
Added On:  07/22/15
SQL Column:  CHARGE_TRANSACTION_FK
Java Field:  chargeTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge Transaction
Attributes:
Reference to the entity that represents real-time financial transaction.
Added On:  07/24/15
SQL Column:  CURRENCY
Java Field:  currency
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Code of the currency used for transaction.
Added On:  07/22/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:  07/22/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 partition and data management, to make it easy to determine the ownership of a record within the database.
Added On:  07/24/15
SQL Column:  PROCESSED_AT
Java Field:  processedAt
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
Date when transaction was processed.
Added On:  07/22/15
SQL Column:  RECURRING
Java Field:  recurring
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Identifies whether transaction is recurring.
Added On:  07/22/15
SQL Column:  REFERENCE
Java Field:  reference
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Reference number of the transaction.
Added On:  07/22/15
SQL Column:  RESPONSE_CODE
Java Field:  responseCode
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Gateway generated response code.
Added On:  07/22/15
SQL Column:  RESPONSE_MESSAGE
Java Field:  responseMessage
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Gateway generated response message.
Added On:  07/22/15
SQL Column:  RETAIL_TRANSACTION_CYCLE_FK
Java Field:  retailTransactionCycle
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents a group of real-time transactions which must be settled together.
Added On:  04/25/16
SQL Column:  
Java Field:  signApiKey
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Sign API key of the transaction.
Added On:  12/07/15
SQL Column:  
Java Field:  signKeyFilename
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Name of a sign key used by the processor as additional authorization level. It is necessary to specify it when processing Bank Debit Card (ATM Card) without CSC.
Added On:  07/22/15
SQL Column:  TEXT_ON_STATEMENT
Java Field:  textOnStatement
Status:  Active
SQL Type:  varchar(22)
Java Type:  String
Attributes:
Text that is placed on cardholder’s bank statement.
Added On:  10/06/15
SQL Column:  
Java Field:  threedSecurePares
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
3-D Secure PARes.
Added On:  07/24/15
SQL Column:  TRANSACTION_ID_RESPONSE
Java Field:  transactionIdResponse
Status:  Active
SQL Type:  varchar(36)
Java Type:  String
Attributes:
Processor's ID of the transaction.
Added On:  07/22/15
SQL Column:  TYPE
Java Field:  type
Status:  Active
SQL Type:  varchar(14)
Java Type:  String
Attributes:
Type of the transaction.
Added On:  07/24/15
SQL Column:  URL_SUFFIX
Java Field:  urlSuffix
Status:  Active
SQL Type:  varchar(61)
Java Type:  String
Attributes:
Suffix to the URL to which the request is sent.