Customer Fee


Added On:  12/25/13 
SQL Table:  IAPP_CUSTOMER_FEE 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  CustomerFee 
Added On:  12/25/13
SQL Column:  AMOUNT1
Java Field:  amount1
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Amount of transaction.
Varies by transaction type.
Added On:  12/25/13
SQL Column:  AMOUNT2
Java Field:  amount2
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Card balance after transaction.
Varies by transaction type.
Added On:  12/25/13
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/25/13
SQL Column:  LIMIT1
Java Field:  limit1
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Added On:  12/25/13
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
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.