Charge Item UML


Added On:  01/25/17 
SQL Table:  CHARGE_ITEM 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ChargeItem 
Reference to the entity that represents information about the item associated with the transaction.
Added On:  05/05/17
SQL Column:  CHARGE_TRANSACTION_FK
Java Field:  chargeTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge Transaction
Attributes: Transient
Reference to the entity that represents list of the items included in void associated with split processing.
Added On:  01/25/17
SQL Column:  CODE
Java Field:  code
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Code of the item within the internal system.
Added On:  01/25/17
SQL Column:  COMMODITY_CODE
Java Field:  commodityCode
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Code of the item assigned within processor's system.
Added On:  01/25/17
SQL Column:  CREDIT_INDICATOR
Java Field:  creditIndicator
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether item amount is paid with credit or debit card. Used in TSYS transactions.
Added On:  01/25/17
SQL Column:  DESCRIPTION
Java Field:  description
Status:  Active
SQL Type:  varchar(35)
Java Type:  String
Attributes:
Description of the item.
Added On:  01/25/17
SQL Column:  DISCOUNT_AMOUNT
Java Field:  discountAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Discount amount.
Added On:  01/25/17
SQL Column:  DISCOUNT_RATE
Java Field:  discountRate
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Discount rate.
Added On:  01/25/17
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:  01/25/17
SQL Column:  ITEM_NUMBER
Java Field:  itemNumber
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Code of the item within the system.
Added On:  01/25/17
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/21/17
SQL Column:  PROVIDER_ITEM_CODE
Java Field:  providerItemCode
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Identifier of the item. Assigned by a processor.
Added On:  01/25/17
SQL Column:  QUANTITY
Java Field:  quantity
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Number of the items.
Added On:  03/28/17
SQL Column:  SPLIT_ITEM
Java Field:  splitItems
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge Item
Attributes: Transient
Reference to the entity that represents information about the item.
Added On:  03/28/17
SQL Column:  SPLIT_SCHEMA_FK
Java Field:  splitSchema
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Split Schema
Attributes:
Reference to the entity that represents associated split schema information.
Added On:  04/11/17
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Reference to the entity that enumerates possible statuses of the transaction associated with the item.
Added On:  01/25/17
SQL Column:  TAX_AMOUNT
Java Field:  taxAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Tax amount.
Added On:  01/25/17
SQL Column:  TAX_CODE
Java Field:  taxCode
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
Tax identification number of the merchant that reported the alternate tax amount. Used in TSYS transactions.
Added On:  01/25/17
SQL Column:  TAX_INDICATOR_CL
Java Field:  taxIndicatorCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Reference to the entity that enumerates possible values for availability of tax information within a transaction.
Added On:  01/25/17
SQL Column:  TAX_RATE
Java Field:  taxRate
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Tax rate.
Added On:  01/25/17
SQL Column:  TOTAL_AMOUNT
Java Field:  totalAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Amount that is paid for the item.
Added On:  01/25/17
SQL Column:  UNIT_COST_AMOUNT
Java Field:  unitCostAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Cost of the item.
Added On:  01/25/17
SQL Column:  UNIT_MEASURE
Java Field:  unitMeasure
Status:  Active
SQL Type:  varchar(12)
Java Type:  String
Attributes:
Unit of measurement of the item.