First Data Rapid Connect Auth Retail Item


Added On:  08/10/16 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  FirstDataRapidConnectAuthRetailItem 
Represents a transaction item that is used in transactions processed through FirstData RapidConnect.
Added On:  08/10/16
SQL Column:  FIRST_DATA_RAPID_CONNECT_AUTH_RETAIL_TRANSACTION_FK
Java Field:  firstDataRapidConnectAuthRetailTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents the list of FD Rapid Connect auth retail items.
Added On:  08/10/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/10/16
SQL Column:  L3_DISCNT_AMT
Java Field:  l3DiscntAmt
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Amount of the discount for Level 3 card transactions.
Added On:  08/10/16
SQL Column:  L3_ITEM_CODE
Java Field:  l3ItemCode
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Code of the item for Level 3 card transactions.
Added On:  08/10/16
SQL Column:  L3_ITEM_DESC
Java Field:  l3ItemDesc
Status:  Active
SQL Type:  varchar(35)
Java Type:  String
Attributes:
Additional information about the item for Level 3 card transactions.
Added On:  08/10/16
SQL Column:  L3_ITEM_SEQ_NUM
Java Field:  l3ItemSeqNum
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Sequence number of an item for Level 3 card transactions.
Added On:  08/10/16
SQL Column:  L3_ITEM_TOT
Java Field:  l3ItemTot
Status:  Active
SQL Type:  varchar(13)
Java Type:  String
Attributes:
Summary data about the item for Level 3 card transactions.
Added On:  08/10/16
SQL Column:  L3_QTY
Java Field:  l3Qty
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Quantity of the Level 3 card transactions.
Added On:  08/10/16
SQL Column:  L3_TAX_AMT
Java Field:  l3TaxAmt
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Alternate tax amount for Level 3 card transactions.
Added On:  08/10/16
SQL Column:  L3_TAX_RT
Java Field:  l3TaxRt
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Alternate tax rate for Level 3 card transactions.
Added On:  08/10/16
SQL Column:  L3_UNIT_COST
Java Field:  l3UnitCost
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Cost of the unit for Level 3 card transactions.
Added On:  08/10/16
SQL Column:  L3_UNIT_OF_MSURE
Java Field:  l3UnitOfMsure
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Unit of measurement for Level 3 card transactions.
Added On:  08/16/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.