Elavon Chargeback Transaction UML


Added On:  11/20/12 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ElavonChargebackTransaction 
Represents chargeback transaction as it is defined in Elavon's chargeback specification.
Added On:  11/20/12
SQL Column:  ACCOUNT_NUMBER
Java Field:  accountNumber
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
This value is the CFNA Bridgestone / Firestone Applicant’s account number returned from the instant credit application request.
Added On:  11/20/12
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. The transaction amount in the cardholder’s currency in 9(10)v99 format.
Added On:  04/16/15
SQL Column:  AUTHORIZATION_CODE
Java Field:  authorizationCode
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Code indicating authorization. Authorization Code returned by the provider.
Added On:  11/20/12
SQL Column:  CASE_ID
Java Field:  caseId
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Case identification number.
Added On:  06/14/16
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:  11/20/12
SQL Column:  DAYS_LEFT_TO_RESPOND
Java Field:  daysLeftToRespond
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Days left for the customer to respond for the request.
Added On:  11/20/12
SQL Column:  FINANCIAL_ACTION
Java Field:  financialAction
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Financial action (e.g. credit) of the transaction.
Added On:  11/20/12
SQL Column:  FINANCIAL_ACTION_AMOUNT
Java Field:  financialActionAmount
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Financial action amount (e.g. Credit amount).
Added On:  11/20/12
SQL Column:  FINANCIAL_ACTION_DATE
Java Field:  financialActionDate
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Financial action date (e.g. actual date of the credit transaction).
Added On:  11/20/12
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:  11/20/12
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:  11/20/12
SQL Column:  MERCHANT_ID
Java Field:  merchantId
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Identification number of the merchant. Left-justified with trailing spaces.
Added On:  11/20/12
SQL Column:  MERCHANT_NAME
Java Field:  merchantName
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
The name of the merchant.
Added On:  11/20/12
SQL Column:  REASON_CODE
Java Field:  reasonCode
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
The reason code identifying the decline.
Added On:  11/20/12
SQL Column:  REASON_CODE_DESCRIPTION
Java Field:  reasonCodeDescription
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
The message explaining the reason of decline.
Added On:  06/14/16
SQL Column:  
Java Field:  recordContent
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  11/20/12
SQL Column:  RESPONSE_EXPIRATION
Java Field:  responseExpiration
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Expiration moment of the awaited response.
Added On:  11/20/12
SQL Column:  STATUS
Java Field:  status
Status:  Active
SQL Type:  varchar(8)
Java Type:  String
Attributes:
This value is used to identify the status of the current settlement transaction. If the transaction passes all criteria it will be accepted. If not, the reason for the error will be returned in the Transaction Results field.

A = Transaction Accepted
E = Error Detected
Added On:  11/20/12
SQL Column:  TICKET_NUMBER
Java Field:  ticketNumber
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
Unique identifier of the ticket assigned by the gateway.
Added On:  11/20/12
SQL Column:  TRANSACTION_DATE
Java Field:  transactionDate
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
The actual date of the transaction.
Added On:  11/20/12
SQL Column:  USAGE_CODE
Java Field:  usageCode
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Usage code/description.