NMI Auth Retail Transaction UML


Added On:  04/30/12 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  NmiAuthRetailTransaction 
NMI specific low-level representation of Retail Transaction produced by Forward Transformation Process within Authorization Process.
During Generation Process, NMI specific interchange message is generated from this object for authorization. Consequently, all fields of the object are mapped into message segments/elements.
Added On:  04/30/12
SQL Column:  ADDRESS1
Java Field:  address1
Status:  Active
SQL Type:  varchar(128)
Java Type:  String
Attributes:
The first line of the merchant's street address.
Added On:  04/30/12
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
The amount element defines the amount of the transaction. Supply the value in cents without a decimal point.
Added On:  04/30/12
SQL Column:  AUTHCODE
Java Field:  authcode
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
The authCode element specifies the authorization code from the associated Authorization or Sale transaction.
Added On:  04/30/12
SQL Column:  AVSRESPONSE
Java Field:  avsresponse
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
address verification response code returned in response message as a result of an AVS Request. It is also a required value for a terminal-based settlement, if returned in the authorization response.
Added On:  06/16/16
SQL Column:  
Java Field:  ccexp
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Credit card expiration date.
Added On:  06/16/16
SQL Column:  
Java Field:  ccnumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Credit card number.
Added On:  04/30/12
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:  04/30/12
SQL Column:  CITY
Java Field:  city
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
City of the mailing address.
Added On:  04/30/12
SQL Column:  COUNTRY
Java Field:  country
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  06/16/16
SQL Column:  
Java Field:  cvv
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  04/30/12
SQL Column:  CVVRESPONSE
Java Field:  cvvresponse
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  DESCRIPTOR
Java Field:  descriptor
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  DESCRIPTOR_PHONE
Java Field:  descriptorPhone
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  EMAIL
Java Field:  email
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  FIRSTNAME
Java Field:  firstname
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  04/30/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:  04/30/12
SQL Column:  LASTNAME
Java Field:  lastname
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  04/30/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:  04/30/12
SQL Column:  ORDERDESCRIPTION
Java Field:  orderdescription
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  ORDERID
Java Field:  orderid
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Added On:  06/16/16
SQL Column:  
Java Field:  password
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  04/30/12
SQL Column:  PHONE
Java Field:  phone
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  PONUMBER
Java Field:  ponumber
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  PROCESSOR_ID
Java Field:  processorId
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  RESPONSE
Java Field:  response
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  RESPONSECODE
Java Field:  responsecode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  RESPONSETEXT
Java Field:  responsetext
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  04/30/12
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/30/12
SQL Column:  SHIPPING
Java Field:  shipping
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  SHIPPING_ADDRESS1
Java Field:  shippingAddress1
Status:  Active
SQL Type:  varchar(128)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  SHIPPING_CITY
Java Field:  shippingCity
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  SHIPPING_COUNTRY
Java Field:  shippingCountry
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  SHIPPING_FIRSTNAME
Java Field:  shippingFirstname
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  SHIPPING_LASTNAME
Java Field:  shippingLastname
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  SHIPPING_STATE
Java Field:  shippingState
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  SHIPPING_ZIP
Java Field:  shippingZip
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  STATE
Java Field:  state
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  TAX
Java Field:  tax
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Added On:  06/16/16
SQL Column:  
Java Field:  track1
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  06/16/16
SQL Column:  
Java Field:  track2
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  04/30/12
SQL Column:  TRANSACTIONID
Java Field:  transactionid
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Added On:  04/30/12
SQL Column:  TYPE
Java Field:  type
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Added On:  06/16/16
SQL Column:  
Java Field:  username
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  04/30/12
SQL Column:  ZIP
Java Field:  zip
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
ZIP or postal code of the mailing address.