Merchant Processing Cost


Added On:  05/16/18 
SQL Table:  MERCHANT_PROCESSING_COST 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  MerchantProcessingCost 
Represents information about processing cost assigned to a merchant.
Added On:  12/15/17
SQL Column:  FEE_AMOUNT
Java Field:  feeAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  12/15/17
SQL Column:  FEE_DATE
Java Field:  feeDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  12/15/17
SQL Column:  FEE_NAME
Java Field:  feeName
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Added On:  12/15/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:  12/15/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.\n\nDepending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.\n\nThe 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:  12/15/17
SQL Column:  PROVIDER_MERCHANT_CODE
Java Field:  providerMerchantCode
Status:  Active
SQL Type:  varchar(25)
Java Type:  String
Attributes:
Added On:  12/15/17
SQL Column:  ROW_DATA
Java Field:  rowData
Status:  Active
SQL Type:  varchar
Java Type:  String
Attributes: Transient
Added On:  12/15/17
SQL Column:  SALE_TRANSACTION_AMOUNT
Java Field:  saleTransactionAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: